< - Function SummarySummary:Returns TRUE if the first value is less than the second value. Usage:< value1 value2 Arguments:value1 - The value1 argument. value2 - The value2 argument. Description:Returns FALSE for all other values. An error will occur if the values are not of the same datatype. For string-based datatypes, the sorting order is used for comparison with character casing ignored (uppercase = lowercase).
Related:<= - Returns TRUE if the first value is less than or equal to the second value.
| ||||
|