CONCAT Function
Description:
This function concatenates two or more strings and returns the concatenated string1.
Types:
Argument Type | Return Type1 |
---|---|
Alphabetic | Alphabetic |
Alphanumeric | Alphanumeric |
Boolean usage display | Alphanumeric |
Numeric usage display | Alphanumeric |
Boolean usage national | Alphanumeric |
Numeric usage national | Alphanumeric |
National | National |
Usage example:
FUNCTION* CONCAT* ( string string ... )