FunctionsArray Functions$arrayRemoveRemoves 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]areEdit This Page$arrayPushPrevious Page$arrayReverseNext Page