REMOVE FROM QUEUE
This command will remove the first item of data from 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
REMOVE FROM QUEUE Array Name(0)

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example