Hi,
Open your file and than use the "Read File" function with "line mode (F)" set to True. This will read your file line by line. Use the "Match pattern" function to search for your string. Do this in a while loop. the while loop ends when a) the end of file is reached or b) the string has been found. If the string has been found read in the next line and you have it.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions