Join Method
Joins all elements in the array into a String, whereby elements are separated by the given delimiter.
Syntax
array_.Join( [Delimiter] )
Parameters
Name | Type | Description |
---|---|---|
array_ | The name of an object of type array_ | |
Delimiter | String | Optional. The delimiter between two elements. Default: ";" |