Custom Command
FunctionsArray Functions

$arrayRemove

Removes something from an array, using the index, and returns nothing.

Usage

$arrayRemove[Index;Index... (optional);array name (optional)]

Example:

Member
9/5/2026

!!exec $textSplit[Hello World, how are you?; ] $arrayRemove[1;2;3] $arrayGet[1]

Custom Command
APP
9/5/2026
are

On this page