all groups > vb.net upgrade > november 2004 >
You're in the

vb.net upgrade

group:

Line Input to StreamReader.ReadLine


Line Input to StreamReader.ReadLine mike w.
11/7/2004 9:23:03 AM
vb.net upgrade:
In VB 6.0 I could do this
Line Input #lFreeFile, sKey, sValue
and the line of text would be parsed int o sKey and sValue based on the
position of a "," in the line regardless of the length of sKey takes

Is there a way to do this in .Net wihtout writting my own code ?

thanks

Re: Line Input to StreamReader.ReadLine Robby
11/20/2004 12:04:17 AM

In the System.IO namespace you will find the StreamReader and StreamWriter
classes to read and write to text files.

--Robby


[quoted text, click to view]

AddThis Social Bookmark Button