User Guide

gt (greater than — string specific) 1079
gt (greater than — string specific)
Availability
Flash Player 4. This operator was deprecated in Flash 5 in favor of the > (greater than) operator.
Usage
expression1 gt expression2
Parameters
expression1, expression2
Numbers, strings, or variables.
Description
Operator (comparison); compares the string representation of expression1 with the string
representation of
expression2 and returns true if expression1 is greater than expression2,
false otherwise.
See also
> (greater than)