IT SETUP TOOL GET LIST MATCHING BLOCKS
From Macros Wiki
Jump to navigationJump to search
Command
- IT_SETUP_TOOL_GET_LIST_MATCHING_BLOCKS <tool number> <array:list of block makes> <array:list of block names> [<num blocks>]
- Get a list of the makes and names of the blocks that match the filters used for a tool
Parameters
- <tool number>
- Tool number
- <list of makes>
- String array variable for the list of block makes
- <list of names>
- String array variable for the list of block names
- <num blocks>
- Variable for the number of matching blocks
Example
- IT_SETUP_TOOL_GET_NUM_MATCHING_BLOCKS, 4, iNumBlocks
- LOCAL BlockMake$(iNumBlocks), BlockName$(iNumBlocks)
- IT_SETUP_TOOL_GET_LIST_MATCHING_BLOCKS 4, BlockMake$, BlockName$