A
Andy Jones
I have a single dimension array that I need to retirevie the last value of
automatically can anyone tell me how to-do that?
I am reading into a combo box the array but whatever the last item is that
is read in I need to assign it to another variable and add 1 to it.
Thanks for any help.
While reader.Read()
cmbID.Items.Add(reader.Item(0))
End While
automatically can anyone tell me how to-do that?
I am reading into a combo box the array but whatever the last item is that
is read in I need to assign it to another variable and add 1 to it.
Thanks for any help.
While reader.Read()
cmbID.Items.Add(reader.Item(0))
End While