03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Operator Description<br />

gt (greater than<br />

(strings))<br />

>= (greater than or<br />

equal to)<br />

ge (greater than or<br />

equal to (strings))<br />

108 ActionScript language elements<br />

Deprecated since Flash Player 5. This operator was deprecated in<br />

favor of the > (greater than) operator.<br />

Compares the string representation of expression1 with the string<br />

representation of expression2 <strong>and</strong> returns true if expression1 is<br />

greater than expression2, false otherwise.<br />

Compares two expressions <strong>and</strong> determines whether expression1 is<br />

greater than or equal to expression2 (true) or expression1 is less<br />

than expression2 (false).<br />

Deprecated since Flash Player 5. This operator was deprecated in<br />

favor of the >= (greater than or equal to) operator.<br />

Returns true if expression1 is greater than or equal to expression2,<br />

false otherwise.<br />

++ (increment) A pre-increment <strong>and</strong> post-increment unary operator that adds 1 to<br />

expression .<br />

!= (inequality) Tests for the exact opposite of the equality (== ) operator.<br />

(inequality) Deprecated since Flash Player 5. This operator has been<br />

deprecated. <strong>Adobe</strong> recommends that you use the != (inequality)<br />

operator.<br />

Tests for the exact opposite of the equality (==) operator.<br />

instanceof Tests whether object is an instance of classConstructor or a subclass<br />

of classConstructor.<br />

< (less than) Compares two expressions <strong>and</strong> determines whether expression1 is<br />

less than expression2 ; if so, the operator returns true.<br />

lt (less than<br />

(strings))<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!