IT MACHINE GET LIST BLOCK TYPES
From Macros Wiki
Command
- IT_MACHINE_GET_LIST_BLOCK_TYPES <array:list of types> <num types>
- Get a complete list of all block types
Parameters
- <array>
- String array to list of block types
- <num types>
- Variable for the number of block types
Example
- LOCAL ListTypes$(10)
- IT_MACHINE_GET_LIST_BLOCK_TYPES ListTypes$, iNum