Custom Command
FunctionsArray Functions

$arrayShift

Removes and returns the first element in an array.

Usage

$arrayShift[array name (optional)]

Example:

!!exec $textSplit[Mido/Rake/Azz;/]
first one is $arrayShift
after it is $arrayShift
after it is $arrayShift

first one is Mido
after it is Rake
after it is Azz

On this page