Hi, i am trying to read text from a text file. The text i need is after the word "ISPSignup" in the text file. However the line that "ISPSignup" is located on is random on different OS's, so i cannot simply grab the text from a specific line in the file. Then the text needs to be displayed in Lbl_text label. Is there any way of searching the file for ISPSignup and displaying the text that is included on that line?