EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE - (Numeric Less Than); (Numeric Less than or Equal To)

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE
162 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
100 Flash Lite Operators
< (numeric less than)
Availability
Flash Lite 1.0.
Usage
expression1 < expression2
Operands
expression1, expression2 Numbers.
Description
Operator (comparison); compares two expressions and determines whether expression1 is
less than
expression2; if so, the operator returns true. If expression1 is greater than or
equal to
expression2, the operator returns false. The < (less than) operator is a numeric
operator.
Example
The following examples show true and false results for both numeric and
string comparisons:
trace (3 < 10);// output: 1(true)
trace (10 < 3);// output: 0(false)
See also
lt (string less than)
<= (numeric less than or equal to)
Flash Lite 1.0.
Usage
expression1 <= expression2
Operands
expression1, expression2 Numbers.
Description
Operator (comparison); compares two expressions and determines whether expression1 is
less than or equal to
expression2. If it is, the operator returns true; otherwise, it returns
false. This operator is for numeric comparison only.

Table of Contents

Related product manuals