Flash Lite 2.x and 3.0 ActionScript Language Reference

gt greater than (strings) operator

expression1 gt expression2

Deprecated since Flash Player 5. This operator was deprecated in favor of the > (greater than) operator.

Compares the string representation of expression1 with the string representation of expression2 and returns true if expression1 is greater than expression2, false otherwise.

Operands

expression1 : Object - Numbers, strings, or variables.

expression2 : Object - Numbers, strings, or variables.

Returns

Boolean - The Boolean result of the comparison.

See also

> greater than operator