Page 1 of 1

Not Equal

Posted: Thu Jan 15, 2015 12:10 am
by uelandbob
This works

Code: Select all

if (3 <> 4) then put "not equal"
and this works

Code: Select all

if (3 is not 4) then put "not equal"
but not this

Code: Select all

if (3 != 4) then put "not equal"
According to User Guide p154 all should work

I must be missing something very simple

Re: Not Equal

Posted: Thu Jan 15, 2015 12:25 am
by FourthWorld
I don't believe != has ever been supported in any xTalk, and is not in the Dictionary.

I just filed a bug report against the User Guide to have that removed:
http://quality.runrev.com/show_bug.cgi?id=14387

Thanks for the report.