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:

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

are

On this page