i have a huge list like so
firstname
lastname
fistname
lastname
i have 2 listboxes they need to go in
i have the while loop like this so far
open filename for input as #1
do while not EOF(1)
line input #1, variable8
list1.additem variable8
loop
close #1
could you advise me as to how i should do this please
firstname
lastname
fistname
lastname
i have 2 listboxes they need to go in
i have the while loop like this so far
open filename for input as #1
do while not EOF(1)
line input #1, variable8
list1.additem variable8
loop
close #1
could you advise me as to how i should do this please