GET TOOL DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
Line 9: Line 9:
===Example===
===Example===
:GET_TOOL_DATA 4, MTOOL_LENGTH, l1
:GET_TOOL_DATA 4, MTOOL_LENGTH, l1
:GET_TOOL_DATA 3, COMMENT, c$


[[Category:Tools]]
[[Category:Tools]]

Revision as of 17:04, 29 July 2010

Command

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


Get the data of the tool parameter on a certain tool.

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$