List(Text delimiter, Text value1, Text value2, …, Text valueN)

Concatenates all value arguments starting with the second argument, using the first argument as a delimiter between them.

Parameters

delimiter
The text value to use as a delimiter between concatenated values.
value
The text value to concatenate.

Returns

Text

Remarks

If one of the arguments is blank, this argument and the corresponding delimiter are omitted.

Examples