Difference between revisions of "GET OP MARKER TYPE"
From Macros Wiki
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
+ | |||
{{Command|syntax=GET_OP_MARKER_TYPE <op number>, <marker num>, <type>, <nowiki>[<sub type>]</nowiki> | {{Command|syntax=GET_OP_MARKER_TYPE <op number>, <marker num>, <type>, <nowiki>[<sub type>]</nowiki> | ||
− | |description=: | + | |description=:Get the type of utility marker associated with an operation. |
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
− | |param2=<marker num>|param2_desc= | + | |param2=<marker num>|param2_desc=Marker number. |
− | |param3=<type>|param3_desc={{ | + | |param3=<type>|param3_desc={{parameter_variable_any_name}} the marker type. |
− | |param4=<nowiki>[<sub type>]</nowiki>|param4_desc= {{sub type | + | |param4=<nowiki>[<sub type>]</nowiki>|param4_desc={{parameter_variable_any_name}} the marker sub type. |
}} | }} | ||
===Example=== | ===Example=== | ||
− | :GET_OP_MARKER_TYPE | + | :GET_OP_MARKER_TYPE 20, 1, mType, mSubType |
+ | :<br> | ||
+ | :Get the type nd sub type of the 1st marker associated with operation 20. | ||
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 19:37, 13 January 2011
Command
- GET_OP_MARKER_TYPE <op number>, <marker num>, <type>, [<sub type>]
- Get the type of utility marker associated with an operation.
Parameters
- <op number>
- Operation number.
- <marker num>
- Marker number.
- <type>
- Name of variable to be set to the marker type.
- [<sub type>]
- Name of variable to be set to the marker sub type.
Example
- GET_OP_MARKER_TYPE 20, 1, mType, mSubType
- Get the type nd sub type of the 1st marker associated with operation 20.