-1
Hello personal I have 2 combobox and I have 1 (one) file with texts and subtexts
text 1
<001>ola
<002>Hi
text2
<001>house
<002>hospital
....
I want to load this information into the 2 combobox
Combobox1 = Text 1
Combobox2 = subtexts
Ex1:
Combobox1 = Text 1
Combobox2 = <001>Ola
ex2:
Combobox1 = Text 2
Combobox2 = <001>house
I hope you understand and help me please