Page 1 of 1

RE: Sign or Script for "Not Equal"

Posted: Mon Apr 04, 2011 5:55 am
by ystan2010
Can anyone here please tell me what is the operator for the "NOT EQUAL" command?

Thanks,
JYST

Re: RE: Sign or Script for "Not Equal"

Posted: Mon Apr 04, 2011 11:04 am
by Dixie
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

Re: RE: Sign or Script for "Not Equal"

Posted: Tue Apr 05, 2011 12:10 am
by dunbarx
Dixie is exactly right. Be careful NOT to use "≠". It just isn't what it used to be.

Craig Newman