
concat()
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)
- Any number of strings.
- A string.
|
Send comments on this document to
devdoc-feedback@netscape.com |