combox.index
Posted
#1
(In Topic #379)
Enthusiast

Code (gambas)
Seams to work with a number … but not with .count how can I convert .count to a number ,
I have tried ABS .,. ASC … VAL … STR… NO JOY :mrgreen:
for some reason combobox1.count is not an integer ??
what am I doing wrong ???
my program is attached with the problem at lines 86 to 90
Posted
Regular

grayghost4 said
I am working with a combo box and trying to assign a value to the combox.indexCode (gambas)
...... ComboBox1.Index = x ComboBox1.Add("two") ComboBox1.Add("three")[/code]
Posted
Enthusiast

The proverbial off by one error.
I have been struggling with this for two day.
1 guest and 0 members have just viewed this.



