$Join
  • 17 Feb 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

$Join

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of Otter 3.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

$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:


Was this article helpful?

What's Next