MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 764

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Operator
eq
(equality
(strings))
ge
(greater than or equal to
gt
(greater than
(strings))
le
(less than or equal to
lt
(less than
(strings))
ne
(not equal
(strings))
not
(logical
NOT)
or
(logical
OR)
764
Deprecated ActionScript
(strings))
(strings))
Description
Deprecated since Flash Player 5. This
operator was deprecated in favor of the ==
(equality) operator.
Deprecated since Flash Player 5. This
operator was deprecated in favor of the >=
(greater than or equal to) operator.
Deprecated since Flash Player 5. This
operator was deprecated in favor of the >
(greater than) operator.
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.

Advertisement

Table of Contents
loading

Table of Contents