G
Guest
I am reading 4 variable length fields from a text file via StreamReader - a
truly slick tool - but was wondering what was the best way to seperate the
read record into its 4 fields.
I've modifed the file layout to use pipes instead of commas for the field
delimiters, but I hope there is a better method than moving the record to an
array and working it over character by character. I mean, if I have to, I
can do it, but is just seems so archiac - kind of like the Assembler I first
learned to program 30 years ago!
truly slick tool - but was wondering what was the best way to seperate the
read record into its 4 fields.
I've modifed the file layout to use pipes instead of commas for the field
delimiters, but I hope there is a better method than moving the record to an
array and working it over character by character. I mean, if I have to, I
can do it, but is just seems so archiac - kind of like the Assembler I first
learned to program 30 years ago!