@NEq(P:X1,P:X2) compare: is P:X1 mismatched P:X2 ?
Parameter: P:X1 - worth 1 (Integer, LongInt, Float) P:X2 - worth 2 (Integer, LongInt, Float)
Result: Integer (0 or 1)
the Result is UNWAHR (0), if both values same are, WAHR (1), if The values differently are.
| @NEq$(P:s1,P:s2) compare: is P:s1 mismatched P:s2 ?
Parameter: P:s1 - worth 1 (String) P:s2 - worth 2 (String)
Result: Integer (0 or 1)
the Result is UNWAHR (0), if both values same are, WAHR (1), if The values differently are.
|