guys...
I am comparing the selected item in a Listview... to a selected item in a Spinner
and you can see the log sheet for the corresponding values... ie..
ListView1.GetItem(list1_click) = 2
and
Spinner1.GetItem(spinner_click) = 2
so when i am comparing them..
this is suppose to be a TRUE... but in the IF Then condition.. it jumps to ELSE??? why is that???
(list1_click and spinner_click)... are only to save the array No. of the item selected
is there something wrong with the code??? or does it not work with numbers????
YO!han
I am comparing the selected item in a Listview... to a selected item in a Spinner
and you can see the log sheet for the corresponding values... ie..
ListView1.GetItem(list1_click) = 2
and
Spinner1.GetItem(spinner_click) = 2
so when i am comparing them..
this is suppose to be a TRUE... but in the IF Then condition.. it jumps to ELSE??? why is that???
(list1_click and spinner_click)... are only to save the array No. of the item selected
is there something wrong with the code??? or does it not work with numbers????
YO!han