GET OP LIST: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[:Category:List|{{Up}}]] | ||
{{Command|syntax= GET_OP_LIST [<selected>] | {{Command|syntax= GET_OP_LIST [<selected>] | ||
|description=: | |description=:Set the following list of variables from the current list of operations. | ||
|param1=[<selected>]|param1_desc= | :<br> | ||
:NUMBER_OF_OPS | |||
:FIRST_OP_NUMBER | |||
:NEXT_OP_NUMBER | |||
:LAST_OP_NUMBER | |||
:FIRST_FREE_OP_NUMBER | |||
|param1=[<selected>]|param1_desc=Set to 0 for all operatios, 1 for selected operations only. Default, all operations. | |||
}} | }} | ||
===Example=== | ===Example=== | ||
:GET_OP_LIST | :GET_OP_LIST 1 | ||
: | <br> | ||
:See the example macro [[Modify_Op_Path]]. | |||
[[Category:List]] | [[Category:List]] | ||
[[Category:Operations]] |
Latest revision as of 14:55, 14 October 2013
Command
- GET_OP_LIST [<selected>]
- Set the following list of variables from the current list of operations.
- NUMBER_OF_OPS
- FIRST_OP_NUMBER
- NEXT_OP_NUMBER
- LAST_OP_NUMBER
- FIRST_FREE_OP_NUMBER
Parameters
- [<selected>]
- Set to 0 for all operatios, 1 for selected operations only. Default, all operations.
Example
- GET_OP_LIST 1
- See the example macro Modify_Op_Path.