Hi,
I have a script that opens a logfile, and also adds a new line to it,
I am using the AtEndOfStream command to go to the bottom line of the log file, but now I want to search for a specific word from the bottom line up, how can I arrange this ?
I know about the Skip and SkipLine commands...