2.5.4.15 Cat

The Cat function performs the concatenation of two strings.

ABNF:

 Cat = val val " _CAT():128"

Required Arguments:

Name: Arg1

Type: vString

An argument that specifies the first string.

Name: Arg2

Type: vString

An argument that specifies the second string.

Return Value:

Type: PtgStr1

This function returns a PtgStr1 containing the concatenation of Arg1 and Arg2.