Shawn, I have to disagree with your conclusion and examples.
2 + "2" yields 4 because you have a numeric and addition which coerces the statement to be numeric.
Not "0" lacks both a leading numeric and a math function.
So you should be doing Not (0 + "0") to be on a level playing field.
[ 10. October 2003, 22:24: Message edited by: Howard Bullock ]