v1.0

CONCAT Function

Description:

This function concatenates two or more strings and returns the concatenated string1.

Types:

Argument TypeReturn Type1
AlphabeticAlphabetic
AlphanumericAlphanumeric
Boolean usage displayAlphanumeric
Numeric usage displayAlphanumeric
Boolean usage nationalAlphanumeric
Numeric usage nationalAlphanumeric
NationalNational

Usage example:

FUNCTION* CONCAT* ( string string ... )

Footnotes

  1. The exact type of the returned string depends on the argument types that were passed to the function. (If the argument types were Alphabetic then the returned string will have an Alphabetic type) 2