GET WG DATA

From Macros Wiki
Revision as of 23:11, 24 January 2011 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=GET_TOOL_DATA <tool number>, <parameter>, <variable> |description=:Get tool data. |param1=<tool number>|param1_desc={{tool number}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

GET_TOOL_DATA <tool number>, <parameter>, <variable>


Get tool data.

Parameters

<tool number>
Tool number
<parameter>
Tool_parameter
<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_TOOL_DATA 4, MTOOL_LENGTH, l1
GET_TOOL_DATA 3, COMMENT, c$