CONCATENATE
Syntax:
CONCATENATE ( argument-list )
Description: Makes a string that is the concatenation of all the strings corresponding to the arguments in argument-list, taken left-to-right.
Arguments:
Name |
Type |
Description |
---|---|---|
argument-list |
text |
Each argument in argument-list shall designate a string. |
Return Type and Value: text – The concatenated string.
example: