<<join>>

Description

The <<join...>> function concatenates two or more string values together, with each separated by the value of the optional named parameter, join. If the join parameter is not specified, the values are concatenated together without any character separating them.

Arguments

<<join stringArg1 stringArg2 [stringArg3...stringArgN] join=joinString>>
stringArg1/stringArg2
The required arguments to the function, which are the strings that will be joined. May be a hard coded value, an string data tag, or the return value of a function.
stringArg3-N
The optional additional strings to be joined. May be a hard coded value, string data tag, or the return value of another function.

Parameters