![]() ![]() | |
Flash Player 5.
my_str.concat(value1,...valueN)
value1,...valueN Zero or more values to be concatenated.
A string.
Method; combines the value of the String object with the parameters and returns the newly formed string; the original value, my_str, is unchanged.
![]() ![]() | |