ARRAY INDEX TO QUEUE
This command will set the current array index to the first item in the array queue. Queues are a first in, first out data structure. You can imagine a queue as a line of people waiting for the bus. The last item of data added will be the last item of data to come off the queue.
SYNTAX
ARRAY INDEX TO QUEUE Array Name(0)
RELATED INFO
CORE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example