S > String.concat
String.concatSyntax
myString
.concat(
value1,...valueN
);
Arguments
value1,...valueN
Zero or more values to be concatenated.
Description
Method; combines the specified values and returns a new string. If necessary, each value
argument is converted to a string and appended, in order, to the end of the string.
Player
Flash 5 or later.