|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Need help to read text file?I need to read a text file line by line (one line at a time),
what are my options? Thanks Weblearner,
One option is to use StreamReader.ReadLine. Visual Studio Help has examples. Kerry Moorman Show quoteHide quote "Weblearner" wrote: > I need to read a text file line by line (one line at a time), > what are my options? > Thanks > > > <Weblearner> schrieb:
>I need to read a text file line by line (one line at a time), Reading a text file line-by-line or blockwise with a progress indicator> what are my options? <URL:http://dotnet.mvps.org/dotnet/faqs/?id=readfile&lang=en> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||