G-L > ge (greater than or equal tostring specific) |
![]() ![]() ![]() |
ge (greater than or equal tostring specific)
Availability
Flash Player 4. This operator has been deprecated in Flash 5 in favor of the >= (greater than or equal to) operator.
Usage
expression1
geexpression2
Parameters
expression1
, expression2
Numbers, strings, or variables.
Returns
Nothing.
Description
Operator (comparison); compares the string representation of expression1
to the string representation of expression2
and returns true
if expression1
is greater than or equal to expression2
; otherwise, returns false
.
See also
![]() ![]() ![]() |