Concat
Returns the concatenated input strings.
Syntax
Concat ( string [, string +] )
| Parameter | Description |
|---|
string | A string. |
string + | Optional. A second string, or a list of multiple additional strings. If omitted, this function returns the single input string. |
Example
Concat("01", "01")