hello,
I would like to search a substring in the content of a log file.
as the log file can be a long file, more than 2000 lines, I think I cannot use "TextFile.ReadToString" but probably "TextFile.ReadToTable".
But despite several tests, I didn't succes to find my string .
can someone help me or give tips.
thanks
--JL
I would like to search a substring in the content of a log file.
as the log file can be a long file, more than 2000 lines, I think I cannot use "TextFile.ReadToString" but probably "TextFile.ReadToTable".
But despite several tests, I didn't succes to find my string .
can someone help me or give tips.
thanks
--JL
Comment