Difference between revisions of "GET OP TEXT MARKER"
From Macros Wiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Operations:Operation_Tool-Path|{{Up}}]] | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
− | {{Command|syntax=GET_OP_TEXT_MARKER <op number>, <marker num>, <feature num>, < | + | {{Command|syntax=GET_OP_TEXT_MARKER <op number>, <marker num>, <feature num>, <distance>, <value> |
|description=:Get text marker data associated with an operation. | |description=:Get text marker data associated with an operation. | ||
Line 13: | Line 13: | ||
===Example=== | ===Example=== | ||
− | : | + | :GET_OP_TEXT_MARKER 1, 4, FeatNum, FeatDist, MarkerText$ |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 12:35, 14 January 2011
Command
- GET_OP_TEXT_MARKER <op number>, <marker num>, <feature num>, <distance>, <value>
- Get text marker data associated with an operation.
Parameters
- <op number>
- Operation number.
- <marker num>
- Marker number.
- <feature num>
- The name of a numeric variable to be set to the feature number.
- <distance>
- The name of a numeric variable to be set to the distance along the feature (0.0 = start, 1.0 = end).
- <value>
- Name of string variable to be set to the text.
Example
- GET_OP_TEXT_MARKER 1, 4, FeatNum, FeatDist, MarkerText$