GET OP MARKER TYPE

From Macros Wiki
Jump to navigationJump to search

Up

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.