
The concat() function takes all of its arguments and joins them end to end. Any non-string arguments are converted to strings using the rules for the string() function.
string concat(string1, string2, . . . stringn)
|
Comments?
devdoc-feedback@netscape.com |