Hi Ray, thanks for the answer, but can you help me please to do that ?
Assuming that I have 10 rows with String and value for each in the combo, how can I retrieve the value for the selected row ??
I’ve addes lines to the combo this way.
Combobox.AddValue( ‘string1’, 1 )
Combobox.AddValue( ‘string2’, 2 ) and so on..
How can I retrieve the value 2 for the second row if selected ??..
Maybe its combobox.items[combo.itemindex].value ?? did not try it..just thinking..
Thanks so much.