> sure, I know it's ugly, but it's valid.
> I'm doing this:
> 
> strict=(if case1 is true)?(and case2 is
> true)?case1and2areTrue:case1isTrueCase2isFalse:case1isFalse

So why don't you set the brackets as following:

strict = (bool1 ? (bool2 ? case1and2areTrue : case1isTrueCase2isFalse) :
case1isFalse)

That way, the codeline can't be misunderstood nor misparsed.

Stephan


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to