Tag Link | [PriorityQueue->Get] | Category | Array |
---|---|---|---|
Type | Member | Source Available | No |
Support | Preferred | Version | 8.0 |
Change | Unchanged | Data Source | Any |
Output Type | Any | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[PriorityQueue->Get] returns the first element of the priority queue and remove the value from the priority queue. This tag is equivalent to performing both a [PriorityQueue->First] and a [PriorityQueue->Remove].
[PriorityQueue->Get]
No Parameters Required.
See the Lasso 8 Language Guide for examples of how to use this tag.