Archive: InstTypeSetText on multiple InstTypes


InstTypeSetText on multiple InstTypes
until today i was successfully hiding an InstType using

InstTypeSetText "My Setting" ""

now that i was trying to hide multiple InstType, the dropdown menu on the componentspage is still visible with only the first InstType hidden.
InstTypeSetText "My Setting 1" ""
InstTypeSetText "My Setting 2" ""

the names are matching, so it should not be a spelling mistake ;)

solved, i used indexes instead of InstTypes names. thx kichik :)