How to filter and display SampleMaps in ComboBox
-
Dear forum buddies, I have many SampleMaps and some Comboboxes. I will use the ComboBox to select and load the specified SampleMap. I hope to display only certain specific SampleMaps in ComboBox1 instead of all SampleMaps. How can I do it? ?
-
@CatABC Search the forum, this has been asked several times already so the solution is there.
Basically you loop over all sample maps and only add the ones you want to the combo box.