--- title: "$Join" ---
This is generated from the built in components of BuildMaster 2023.0, and may be different than what you have installed (especially if you have extensions); go to [Gear Icon] -> Administration -> Functions within your BuildMaster instance to see exactly what operations are available.

Concatenates all elements of a list into a string using a specified separator.

Script usage:

$Join(Separator, Values)

Parameters:

NameDescription
SeparatorThe string to use as a separator. The separator is only included if the list contains more than one element.
ValuesThe elements to concatenate.

See also: