What test do we have for a property being true?

that is if property foo="true" or "yes" it should eval to true; if it is set
to anything else the property should be unset. This is not what isset does,
which tests for declared(foo)

I cant see how to do without using <and> to perform two case insensitive
string comparisions right now, and that seems silly.

Proposal: I knock up a quick <isTrue> and <isFalse> condition pair.

-steve


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to