Hi, I need to do this:
First, open a text file. Read the file until it finds the phrase "test". Once found, it needs to read the text to the right of it into a string variable, until the character "<" is reached. How could I do this? Any help is greatly appreciated!
First, open a text file. Read the file until it finds the phrase "test". Once found, it needs to read the text to the right of it into a string variable, until the character "<" is reached. How could I do this? Any help is greatly appreciated!