G
Guest
I am just learning to program and cannot figure out what is wrong with the
following line of code. I am trying to take the value of one item from a
ListBox and assign it to a string variable. Please help. Thanks.
strExistingTime = lstTimes.Items.Item(intCounter).ToString()
following line of code. I am trying to take the value of one item from a
ListBox and assign it to a string variable. Please help. Thanks.
strExistingTime = lstTimes.Items.Item(intCounter).ToString()