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:

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

First is Mido
Second is Rake
Third is Azz

On this page