IT BLOCKS GET LIST ALL TYPES
From Macros Wiki
Command
- IT_BLOCKS_GET_LIST_ALL_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_BLOCKS_GET_LIST_ALL_BLOCK_TYPES ListTypes$, iNum