G
Guest
Does anyone know of an easy way to populate an array from a delimited text file when you don't know the number of columns ahead of time?
I've been trying all day to use a combination of String.Split and the arraylist.add and the best I've managed to do is create an array of arrays. I searched Google and some people recommending using the Oledbprovider for Jet but that seems a bit hokey to me.
I've been trying all day to use a combination of String.Split and the arraylist.add and the best I've managed to do is create an array of arrays. I searched Google and some people recommending using the Oledbprovider for Jet but that seems a bit hokey to me.