strcat - luxembourg/muxcode-clm GitHub Wiki
STRCAT()
FUNCTION: strcat(<string1>, <stringN>, ...)
Concatenates two or more strings together, with no space between them.
For example, strcat(foo,bar,baz,blech) will return the string
"foobarbazblech".
Related Topics: