Forum Discussion

thexder1's avatar
thexder1
Contributor
13 years ago

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...