Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$Join

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: