
10.10.2 String manipulation functions
concatenate(string1,string2, ..., stringn)
- Parameters
- A sequence of character strings separated by commas.
Returns the sequence of strings as one concatenated string.
For example:
concatenate("a","b","c") --> "abc"
WebMaker User Guide - 27 SEP 1995

Generated with Harlequin WebMaker