|
Ruud,
Would like to submit that the current result of this expression:
NOT "0"
is incorrect. Currently this returns 0 (false) when it probably should return 1 (true). Just by way of a test, this VBS statement:
wscript.echo NOT "0"
returns a -1 (true)
-Shawn
|