A-C > add
addSyntax
string1
add
string2
Arguments
string1,2
Any string.
Description
Operator; concatenates two or more strings. The add
operator replaces the Flash 4 &
operator; Flash 4 files using the &
operator are automatically converted to use the add
operator for string concatenation when brought into the Flash 5 authoring environment. However, the add
operator is deprecated in Flash 5, and use of the +
operator is recommended when creating content for the Flash 5 Player. Use the add
operator to concatentate strings if you are creating content for Flash 4 or earlier versions of the Player.
Player
Flash 4 or later.
See also
+ (addition)