--- a/plcopen/iec_std.csv Thu Feb 02 00:29:42 2012 +0100
+++ b/plcopen/iec_std.csv Thu Feb 02 01:08:57 2012 +0100
@@ -77,7 +77,7 @@
;EQ;1;(ANY, ANY);BOOL;_("Equal to");yes;(None, "__eq_", "common_type");defined
;LT;1;(ANY, ANY);BOOL;_("Less than");yes;(None, "__lt_", "common_type");defined
;LE;1;(ANY, ANY);BOOL;_("Less than or equal to");yes;(None, "__le_", "common_type");defined
-;NE;1;(ANY, ANY);BOOL;_("Not equal to");yes;(None, "__ne_", "common_type");defined
+;NE;1;(ANY, ANY);BOOL;_("Not equal to");no;(None, "__ne_", "common_type");defined
_("Character string");LEN;1;(STRING);INT;_("Length of string");no;(None, "__len", None);defined
;LEFT;1;(STRING, L);STRING;_("string left of");no;(None, "__left", None);defined
;RIGHT;1;(STRING, L);STRING;_("string right of");no;(None, "__right", None);defined