IT MACHINE GET FIXTURE MAKE
From Macros Wiki
Jump to navigationJump to search
Command
- IT_MACHINE_GET_FIXTURE_MAKE <index> <make>
- Get the make of a fixture library used by the current machine (MDD)
Parameters
- <index>
- Index to list of fixture makes
- <make>
- Variable for fixture make
Example
- IT_MACHINE_GET_DATA NUM_FIXTURE_MAKES, iNum
- LOCAL ListFixturMakes$(iNum)
- FOR i=1 TO iNum
- IT_MACHINE_GET_FIXTURE_NAME, i, a$
- ListFixtureMakes$(i) = a$
- NEXT i