GET OP DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Operations:Operation_Data|{{Up}}]] | |||
{{Command|syntax=GET_OP_DATA <operation number>, <parameter>, <variable> | {{Command|syntax=GET_OP_DATA <operation number>, <parameter>, <variable> | ||
|description=:Get data associated with the given operation number. | |description=:Get data associated with the given operation number. |
Revision as of 23:37, 30 July 2010
Command
- GET_OP_DATA <operation number>, <parameter>, <variable>
- Get data associated with the given operation number.
Parameters
- <operation number>
- Operation number.
- <parameter>
- One of the following list of parameters
- <variable>
- A number or string variable.
- The type of variable must match the data type of the parameter.
- If the data you are getting is a text string, then you must specify a string variable. Otherwise use a number variable.
Example
- GET_OP_DATA 3, TOOL_NUMBER, MyOpToolNumber
- GET_OP_DATA 4, COMMENT, MyOpComment$