vmag
Active Member
Hello!
I fill in the ComboBox like this:
Getting the result:
0 - value1
1 - value2
??? Can I fill in the ComboBox so that the result is as follows:
15 - value1
17 - value2
If you can give the code,
Thanks!
I fill in the ComboBox like this:
B4X:
Public Combo1 As ComboBox
Combo.Items.Add ("value1")
Combo.Items.Add ("value2")
0 - value1
1 - value2
??? Can I fill in the ComboBox so that the result is as follows:
15 - value1
17 - value2
If you can give the code,
Thanks!