Skip to main content

$arrayJoin

Concatenates the elements of the array using the specified separator.

Parameters

ParameterDescription
nameName of the array
separatorSeparator to be used

Example

<AoiClient>.addCommand({
name: "array",
code: `
$createArray[data;1;4;5;6;7;8;9;0]
$print[$arrayJoin[data; , ]]
`,
});