ARRAY INSERT AT ELEMENT
This command will insert a blank item at the position specified in the array list. When a blank item is inserted into a list, all the elements thereafter are shuffled one space down to make room for the new item. Lists are an expandable and shrinkable form of array.
SYNTAX
ARRAY INSERT AT ELEMENT Array Name(0), Index
RELATED INFO
CORE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example