Returns a string value containing the concatenation of two or more supplied strings.
string1.concat([string2[, string3[, . . . [, stringN]]]])  | 
Returns a string value containing the concatenation of two or more supplied strings.
string1.concat([string2[, string3[, . . . [, stringN]]]])  | 
Arguments
Remarks
Example
Requirements
See Also