strcat

Type: External

Group: char

Syntax

STRCAT(string1, string2, ...)

Description

Concatenates a set of strings together.

Examples

STRCAT("Hello", "World") HelloWorld

See Also

strvcat