De-I > ge (greater than or equal to—string specific)

ge (greater than or equal to—string specific)

Syntax

expression1 ge expression2

Arguments

expression1, expression2 Numbers, strings, or variables.

Description

Operator (comparison); compares expression1 to expression2 and returns true if expression1 is greater than or equal to expression2; otherwise, returns false.

Player

Flash 4 or later. This operator has been deprecated in Flash 5; use of the new >= operator is recommended.

See also

>= (greater than or equal to)