Appendix A: Deprecated Flash 4 Operators - MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

The following table lists Flash 4-only operators, which are deprecated in ActionScript 2.0. Do not
use these operators unless you are publishing to Flash Player 4 and earlier.
Operator
not
and
or
add
instanceof
lt
le
gt
ge
eq
ne
Deprecated Flash 4 operators
Description
Logical NOT
Logical AND
Logical OR (Flash 4)
String concatenation (formerly &)
Instance of
Less than (string version)
Less than or equal to (string version)
Greater than (string version)
Greater than or equal to (string version)
Equal (string version)
Not equal (string version)
APPENDIX A
Associativity
Right to left
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
809

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flex

Table of Contents