Reading a text file
Posted
by Luke
on Stack Overflow
See other posts from Stack Overflow
or by Luke
Published on 2010-04-19T13:41:51Z
Indexed on
2010/04/19
13:53 UTC
Read the original article
Hit count: 361
c#
I am trying to achieve a situation where i load a file into the program. I can use streamreader for this. Each record will be 7 lines long. Therefore lines 1,8,15,22,etc will all hold the same value. As will 2,9,16,23, etc and so on.
What is the best way to achieve this? So that when i load the records in the listview, it recognises what i just said. Thanks
© Stack Overflow or respective owner