Message 1 of 9
2d array of variable length to Listbox

Not applicable
11-20-2003
06:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have an ascii file that I wish to bring into a list of 7 columns.
I tried creating the array, but as you would all know, it transposed the
array when I assigned the 2d array to the list, and I can't have the
variable array length as the first dimension otherwise the redim bombs out.
I tried creating a type record array, but the list doesn't like that object.
The array needs to redim'd with each line read of the file, which is of
unknown length.
How do you guys get an ascii delimited file into the listbox?
Thanks,
Jon Rasmussen
I have an ascii file that I wish to bring into a list of 7 columns.
I tried creating the array, but as you would all know, it transposed the
array when I assigned the 2d array to the list, and I can't have the
variable array length as the first dimension otherwise the redim bombs out.
I tried creating a type record array, but the list doesn't like that object.
The array needs to redim'd with each line read of the file, which is of
unknown length.
How do you guys get an ascii delimited file into the listbox?
Thanks,
Jon Rasmussen