B
Bagger Vance
The code below does not work -- but is there a way to do this?
I want to both read a line and
string sline;
StreamReader m_streamReader = new StreamReader(fi);
while(sline=m_streamReader.ReadLine())
Debug.WriteLine(sline);
I want to both read a line and
string sline;
StreamReader m_streamReader = new StreamReader(fi);
while(sline=m_streamReader.ReadLine())
Debug.WriteLine(sline);