ARRAY INDEX TO BOTTOM
This command will set the array index to the end of the array. As the size of the array can change dynamically, this command will first determine the size of the array, and then place the index at the last item.

SYNTAX
ARRAY INDEX TO BOTTOM Array Name(0)

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example