GET OP DATA

From Macros Wiki
Revision as of 14:42, 24 September 2014 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

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_NUM, MyOpToolNumber
GET_OP_DATA 4, COMMENT, MyOpComment$