Dequeue Method
Returns and removes the element ( Variant ) at the front of the queue. When the queue is empty, an "Invalid operation" error will raise.
Syntax
queue.Dequeue()
Parameters
Name | Type | Description |
---|---|---|
queue | The name of an object of type queue |