Use the Queue Operations functions located on the Functions»Advanced»Synchronization»Queue Operations palette to store data in a queue, which you can later retrieve as individual elements or as an array of all the data elements.
Click the icons for function descriptions.
Dequeue Element | Get Queue Status |
Enqueue Element | Obtain Queue |
Enqueue Element At Opposite End | Preview Queue Element |
Flush Queue | Release Queue |
Unlike the Notifier Operations functions, the Queue Operations functions buffer data.
Refer to the examples\general\queue.llb for examples of using the Queue Operations functions.