22.11.9.7 String Concatenate

A character string or character code is concatenated with the text buffer. Adds the data of Parameter 2 (Text) to the last of the contents of Parameter 1 (Contact Data Buffer).

_strcat (String data buffer, String)

Example expression 1:

_strcat (databuf0, "ABCD")

When "ABCD" is concatenated according to the above, the result is as follows. Note that "NULL (0x00)" is added.