Returns a String object containing the concatenation of two supplied strings.
Syntax
string1.concat(string2)
Arguments
Remarks
The result of the concat method is equivalent to: result = string1 + string2.
Copyright © 2000 Chili!Soft