Thread
:
C# Problem
View Single Post
#
7
11-09-2009, 10:18 AM
Artoy
Junior Member
Join Date: Sep 2008
Gender: Male
Posts: 115
permalink
you can use streamreader.readline().
while(!streamReader.EndOfStream)
{
string text = streamReader.ReadLine();
//do comaprison here. like text == "foo"
}
simple sample lang. hehehe
Artoy
View Public Profile
Find all posts by Artoy