Difference between revisions of "IT SETUP TOOL GET BLOCK"
From Macros Wiki
Line 1: | Line 1: | ||
[[:Category:Intermediate Tooling|{{Up}}]] | [[:Category:Intermediate Tooling|{{Up}}]] | ||
− | {{Command|syntax=IT_SETUP_TOOL_GET_BLOCK < | + | {{Command|syntax=IT_SETUP_TOOL_GET_BLOCK <tool number> <block make> <block name> |
|description=:Get the block that is currently assigned to a tool | |description=:Get the block that is currently assigned to a tool | ||
− | |param1=<tool>|param1_desc=Tool number | + | |param1=<tool number>|param1_desc=Tool number |
|param2=<block make>|param2_desc=String variable for the block make (empty string, if no block) | |param2=<block make>|param2_desc=String variable for the block make (empty string, if no block) | ||
|param3=<block name>|param3_desc=String variable for the block name | |param3=<block name>|param3_desc=String variable for the block name |
Latest revision as of 18:09, 16 April 2015
Command
- IT_SETUP_TOOL_GET_BLOCK <tool number> <block make> <block name>
- Get the block that is currently assigned to a tool
Parameters
- <tool number>
- Tool number
- <block make>
- String variable for the block make (empty string, if no block)
- <block name>
- String variable for the block name
Example
- IT_SETUP_TOOL_GET_BLOCK, 4, a$, b$