briprogram
MIS
I am trying to read a text file which has been read by a StreamReader and get the info into a Structure Array. There is a catch. The text file has no delimted characters and has a Carriage Return/Line Feed at the end of each line. The first line is Someones Name, The second line is the Address only of the first line, etc. How do I read the file into an Array Structure by going to the next line in the StreamReader to place the next line of data in the next Field of the Structure Array?
.
--------------------------
Thanks
Brian
.
--------------------------
Thanks
Brian