Re: Testing properties with condition

2007-12-18 Thread Peter Reilly
You have use the name of the property and not the value of the property - : Peter On Dec 17, 2007 4:52 PM, Dan Vint <[EMAIL PROTECTED]> wrote: > Some more info. It appears that is not working. > SO I have this > > > > > > > > > > > > > > > > > > > > > Re

Re: Testing properties with condition

2007-12-18 Thread Dan Vint
Some more info. It appears that is not working. SO I have this Results in: [echo] rest book isset: true [echo] reset book istrue: ${status2} Can anyone explain this result? thanks ..dan At 08:25 AM 12/17/2007, Dan Vint wrote: I'm trying to use properties to cont

Testing properties with condition

2007-12-18 Thread Dan Vint
I'm trying to use properties to control the processing within my script. I have several conditions that I want to test and based on them to stop further processing. I think my problem lies with the not-set condition and how to handle this. I don't see anything in the documentation that indicat