Difference between revisions of "GET OP SELECTED"
From Macros Wiki
(New page: {{Command|syntax=GET_OP_SELECTED <op number>, <status> |description=*DESCRPTION* |param1=<op number>|param1_desc= |param2=<status>|param2_desc= }} ===Example=== :- GET_OP_SELECTED [[Cat...) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | [[Operations:Operation_Data|{{Up}}]] |
− | |||
− | |param1=<op number>|param1_desc= | + | {{Command|syntax=GET_OP_SELECTED <op number>, <selected> |
− | |param2=< | + | |description=:Chck to see if an operation is selected |
+ | |||
+ | |param1=<op number>|param1_desc=operation Number | ||
+ | |param2=<selected>|param2_desc={{parameter_variable_any_name}} 1 if it is selected, 0 if not. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
− | :- GET_OP_SELECTED | + | :- GET_OP_SELECTED opSelected |
− | [[Category: | + | [[Category:Operations]] |
Latest revision as of 15:10, 13 January 2011
Command
- GET_OP_SELECTED <op number>, <selected>
- Chck to see if an operation is selected
Parameters
- <op number>
- operation Number
- <selected>
- Name of variable to be set to 1 if it is selected, 0 if not.
Example
- - GET_OP_SELECTED opSelected