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:
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: