G-L > lt (less thanstring specific) |
lt (less thanstring specific)
lt, less than, deprecated
Availability
Flash Player 4. This operator has been deprecated in Flash 5 in favor of the new < (less than) operator.
Usage
expression1ltexpression2
Parameters
expression1, expression2 Numbers, strings, or variables.
Description
Operator (comparison); compares expression1 to expression2 and returns true if expression1 is less than expression2; otherwise, it returns false.
See also