Hi.. do you think you can make an shortcut of this?
I have combobox like 40 combobox i have to put it like
combobox1.additem("sample")
combobox1.additem("sample2")
combobox1.additem("sample3")
combobox1.additem("sample4")
combobox2.additem("sample")
combobox2.additem("sample2")
combobox2.additem("sample3")
combobox2.additem("sample4")
combobox3.additem("sample")
combobox3.additem("sample2")
combobox3.additem("sample3")
combobox3.additem("sample4")
until combobox40 i put it like that is there a way to make it easier?