Edit

Concat (text, ...)

Result Type: text

Definition: Concatenates the text strings passed as parameters. This is the equivalent of using the “+” operator with the text strings

Examples:  Concat(3, " blind", " mice")

returns “3.00 blind mice”. The number 3 is converted to a string "3.00" before concatenation, using the current format settings.