Hi All
I am trying to data scrape a text file. What i do is read the text file into a string then search a string in a line and display that line if found. That works fine. What i struggling with is i want to find an string in a line and if true look for another string in the very next line, if true, message box both values.
Any ideas