I'm trying to read a tab-delimited file into a VB array so that it can be manipulated in memory. The file consists of a half dozen or so fields, each separated by a tab character and with each line ending with a cr/lf pair.
Short of reading in character-by-character (too time consuming with the size of the file) does anyone have a trick up his/her sleeve to do this?
Thanks in advance!
Tom
Short of reading in character-by-character (too time consuming with the size of the file) does anyone have a trick up his/her sleeve to do this?
Thanks in advance!
Tom