WorkQue_List Statement
Displays the work queue data list (point data and user data) of the specified work queue.
Syntax
WorkQue_List WorkQueNum [, numOfItems ]
Parameters
- WorkQueNum
- Specifies the work queue number as an integer (1-16).
- numOfItems
- Optional. Integer expression to specify how many items to display. If omitted, all items are displayed.
Note
This command will only work in the command window.
See Also
WorkQue_Add, WorkQue_Get, WorkQue_Remove
WorkQue_List Statement Example
The following examples are done from the command window:
> WorkQue_List 1
Queue 0 = XY( 1.000, 1.000, 0.000, 0.000 ) /R /0 ( 0.000)
Queue 1 = XY( 3.000, 1.000, 0.000, 0.000 ) /R /0 ( 2.000)
Queue 2 = XY( 4.000, 1.000, 0.000, 0.000 ) /R /0 ( 3.000)
Queue 3 = XY( 5.000, 1.000, 0.000, 0.000 ) /R /0 ( 4.000)
Queue 4 = XY( 6.000, 1.000, 0.000, 0.000 ) /R /0 ( 5.000)