Operator: <> (Not equal) |
Top Previous Next |
The <> operator compares two numbers or strings and returns TRUE if they are not equal.
The comparison is case-sensitive. See example 2 below.
Example 1:
INCLUDE rtcu.inc
Example 2 :
INCLUDE rtcu.inc |