This command will add a blank item to 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: 
ADD TO QUEUE Array Name(0)