Finding a substring
Posted: Tue Jul 29, 2014 7:02 am
I am looking for the best way to find if a substring exists. I have read in an XML file to a variable $XMLFile$. I have another file with a series of keys. I was planning to scan the $XMLFIle$ for each key using a while not EOF loop. Parse String does not appear to provide a FOUND type value. If not found, will Parse String always put the entire sting in the "Variable for Second Part" and Leave the "Variable for First Part" blank? Thanks, Adrian.