I have an array that stores a name and then a number, e.g.
0,0 and 0,1 hold, "NAME" and 100 respectively. I got this information from
a textbox on the screen.
I can get it into the array fine, but when I want to get it from the array
to a listbox that is a problem.
I want the name and number in two columns in the list box. I have changed
the column property to more than one, but still end up with the data in one
column.
This is a college assignment, so I can't change things to drastically.
Please help anyone.
(VB5 by the way)
Thanks