Listbox items to string array

huhhuhhuh

Active member
Joined
Feb 28, 2006
Messages
42
Programming Experience
Beginner
How can I read all items in a listbox into a string array; eg. item1 into array(0), item2 into array(1) so forth?
 
I want to use every item in the listbox to parse a document. I tried using the built in listbox methods but they don't seem to return any results if they execute around. So I'm trying to find a long workaround
 
Back
Top