MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 271

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

add
Availability
Flash Player 4.
Usage
string1 add string2
Parameters
string1, string2
Returns
Nothing.
Description
Operator; concatenates (combines) two or more strings. The
add (
) operator; Flash Player 4 files that use the
&
operator for string concatenation when brought into the Flash 5 or later authoring
add
environment. However, the
recommends that you use the
operator to concatenate strings if you are creating content for Flash Player 4 or earlier
add
versions of the player.
See also
+ (addition)
and
Availability
Flash Player 4.
Usage
condition1 and condition2
Parameters
condition1,condition2
Returns
Nothing.
Description
Operator; performs a logical AND operation in Flash Player 4. If both expressions evaluate to
, then the entire expression is
true
Macromedia recommends that you use the
See also
&& (logical AND)
A string.
operator was deprecated in Flash Player 5, and Macromedia
add
operator when creating content for Flash Player 5 or later. Use the
+
Conditions or expressions that evaluate to
. This operator was deprecated in Flash 5, and
true
&&
operator replaces the Flash 4
add
operator are automatically converted to use the
&
operator.
or
.
true
false
and
271

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents