Operator
le (less than or equal to (strings))
lt (less than (strings))
ne (not equal (strings))
not (logical NOT)
or (logical OR)
1356
Deprecated ActionScript
Description
Deprecated since Flash Player 5. This operator was
deprecated in Flash 5 in favor of the <= (less than or
equal to) operator.
Deprecated since Flash Player 5. This operator was
deprecated in favor of the < (less than) operator.
Deprecated since Flash Player 5. This operator was
deprecated in favor of the != (inequality)
operator.
Deprecated since Flash Player 5. This operator was
deprecated in favor of the! (logical NOT)
operator.
Deprecated since Flash Player 5. This operator was
deprecated in favor of the || (logical OR)
operator.
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?