Custom Command
FunctionsArray Functions

$arrayPop

Removes, and returns the last element in an array.

Usage

$arrayPop[array name (optional)]

Example:

!!exec $textSplit[Mido/Rake/Azz;/]
last one is $arrayPop
before it is $arrayPop
before it is $arrayPop

last one is Azz
before it is Rake
before it is Mido

On this page