Custom Command
FunctionsArray Functions

$arrayCreate

Creates an array from a list.

Usage

$arrayCreate[List;separator;array name (optional)]

Example:

Member
9/5/2026

!!exec $arrayCreate[Mido/Rake/Azz;/] 1 is $arrayGet[1] 2 is $arrayGet[2] 3 is $arrayGet[3]

Custom Command
APP
9/5/2026

1 is Mido 2 is Rake 3 is Azz

Note on Separator:

You can use regex as separator i.e /separator/

On this page