thats why I said so !%blah can be the same as %blah == $null
depending on the circumstances, so !%blah would be true for any false statement including $null
so why use
if ((%blah == 0) || (%blah == $false) || (%blah == no) || (%blah == $null)) when you could just use if (!%blah) ?
Last edited by r0ck0; 11/09/03 05:38 PM.