ARRAY DELETE ELEMENT
This command will delete the specified item from the array. You specify the item using the array index. When the item is deleted, all elements thereafter are shuffled back one space and the size of the array is reduced accordingly.

SYNTAX
ARRAY DELETE ELEMENT Array Name(0)
ARRAY DELETE ELEMENT Array Name(0), Index

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example