Will,
 
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...
 
Regards,
Charlie Noah
 
[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])  writes:

[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])   writes:

> FOR T=1 TO 10 until abort.flag >0
>    FOR Q=1 TO 6 until abort.flag >0

You don't need the "> 0" part  just say "until abort.flag"
Will  Johnson
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to