Custom Command
FunctionsArray Functions

$arrayGet

Returns the value of an element at the specified index in an array.

Usage

$arrayGet[index;array name (optional)]

Example:

Member
9/5/2026

!!exec $textSplit[Mido/Rake/Azz;/] First is $arrayGet[1] Second is $arrayGet[2] Third is $arrayGet[3]

Custom Command
APP
9/5/2026

First is Mido Second is Rake Third is Azz

On this page