Can anyone here please tell me what is the operator for the "NOT EQUAL" command?
Thanks,
JYST
RE: Sign or Script for "Not Equal"
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: RE: Sign or Script for "Not Equal"
Jon...
'<> '... compares two values and returns true if they are not equal, false if they are equal.
for example
put 7 <> 5 would return true
be well
Dixie
'<> '... compares two values and returns true if they are not equal, false if they are equal.
for example
put 7 <> 5 would return true
be well
Dixie
Re: RE: Sign or Script for "Not Equal"
Dixie is exactly right. Be careful NOT to use "≠". It just isn't what it used to be.
Craig Newman
Craig Newman