ARRAY INSERT AT TOP
This command will insert a blank item at the start of 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, and do not use a fixed size.
SYNTAX
ARRAY INSERT AT TOP Array Name(0)
ARRAY INSERT AT TOP Array Name(0), Index
RELATED INFO
CORE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example