In a message dated 1/22/2005 8:54:56 AM Pacific Standard Time, 
[EMAIL PROTECTED] writes:

> The computer doesn't care either way, but, if abort.flag may contain one of 
>  
> several different values, as opposed to boolean (true or false), then 
> abort.flag  >0 would be a little more self documenting. Just a thought...

Actually Charlie it does :)
If Abort.flag > 0
generates more op-code than does
If Abort.flag

And in the case that was shown, the Abort.flag variable only takes the values 
0 and 1.  So since it's a Boolean, I would recommend treating it with true 
and false values.
Will
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to