ARRAY INDEX TO STACK
This command will set the array index to the end of the array stack. Stacks are a first in, last out data structure. You can imagine a stack as a pile of books. You can only take the book that was last added to the stack. To get to the item at the start of the stack, you must first remove all other items.
SYNTAX
ARRAY INDEX TO STACK Array Name(0)
RELATED INFO
CORE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example