Flash CS3 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript language elements > Operators > le less than or equal to (strings) operator | |||
expression1 le expression2
Deprecated since Flash Player 5. This operator was deprecated in Flash 5 in favor of the <= (less than or equal to) operator.
Compares expression1 to expression2 and returns a value of true if expression1 is less than or equal to expression2, false otherwise.
Availability: ActionScript 1.0; Flash Player 4
expression1 : Object - Numbers, strings, or variables.
expression2 : Object - Numbers, strings, or variables.
Boolean - The result of the comparison.
<= less than or equal to operator
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00001286.html