The strcat Statement
The strcat statement constructs an output string from a variable number of input strings. The input arguments must all be null-terminated byte arrays. You must provide one or more comma-separated input arguments. The syntax of the strcat statement is shown below.
// build data string from 3 sources
strcat strData, strStart, strBody, strEnd