Concat
The Concat function appends the second parameter to the first parameter.
Return type
The function return type is: STRING
Function parameters
| Parameter order | Input variable type | Parameter data type | Required parameter | Description |
|---|---|---|---|---|
| 1 | Valid types are:
|
STRING | Yes | The string to be appended to. |
| 2 | Valid types are:
|
STRING | Yes | The string to append. |