thexder1
13 years agoContributor
searching a log file
I am trying to search a log file to see if there are more than 1 instance of a specific term. Currently I am reading the file one line at a time using aqFile.ReadLine() and using aqString.Find() to s...