JOIN

Concatenates all the given text strings together from left to right.

Syntax:

JOIN( a:Text, b:Text … )

Example:

JOIN("back", "gammon")

returns the text string "backgammon".