FunctionsArray$createArrayOn this page$createArray Creates an array for use with array functions. Parameters ParameterDescriptionnameName of the array...argsValues to be included Example <AoiClient>.addCommand({ name: "array", code: ` $createArray[data;1;4;5;6;7;8;9;0] `,});