FunctionsArray$arrayJoinOn this page$arrayJoin Concatenates the elements of the array using the specified separator. Parameters ParameterDescriptionnameName of the arrayseparatorSeparator to be used Example <AoiClient>.addCommand({ name: "array", code: ` $createArray[data;1;4;5;6;7;8;9;0] $print[$arrayJoin[data; , ]] `,});