Page 1 of 1

Difference between "<>" and "!="

Posted: Sat Jul 11, 2009 2:58 am
by Gnafu
I noticed that ecompile can understand both, is there any diference?
(Racalac's e-script guide never uses "<>")

Re: Difference between "<>" and "!="

Posted: Sat Jul 11, 2009 3:00 am
by CWO
If you've tested it and they both work then there is probably no difference. I believe the native code of POL supports <> while escript itself specifically has !=.

Re: Difference between "<>" and "!="

Posted: Sun Jul 12, 2009 11:11 am
by Targun
Try if <> work with variables that are no numbers, like strings, errors etc.