I am currently wanting to be able to cycle through a text file looking for a specific string, in my case: “mp4:production/
When the string has been matched (the file will be updated periodically – so the string won’t necessarily be present at first), its line (in the text file) can then be output e.g. in a messagebox
How could this be achieved, any examples would be appreciated
1 Answer