Concat

The Concat function appends the second parameter to the first parameter.

Return type

The function return type is: STRING

Function parameters

Table 1. Concat assignment function parameters
Parameter order Input variable type Parameter data type Required parameter Description
1 Valid types are:
  • Data field
  • Constant
STRING Yes The string to be appended to.
2 Valid types are:
  • Data field
  • Constant
STRING Yes The string to append.