Operator: <= and >= (Less than or equal, Greater than or equal) |
Top Previous Next |
The <= operator compares two numbers or strings and returns TRUE if the left expression is smaller than or equal to the right expression. The >= operator compares two numbers or strings and returns TRUE if the left expression is greater than or equal to the right expression.
The comparison is case-sensitive. See example 2 below.
Example 1:
INCLUDE rtcu.inc
Example 2:
INCLUDE rtcu.inc |