I'm using crystal 9 with a txt file. In a URL, I need to search for a certain word (the word could change so I want to use a parameter) then retrieve that word plus everything after it. Example:
If I have the word "life" in a URL then I want to search for the word "life", retrieve the word "life" and everything after it in the URL. The word could be any where in the URL (i.e. could be position 26, position 30, etc.)
Help is appreciated.
If I have the word "life" in a URL then I want to search for the word "life", retrieve the word "life" and everything after it in the URL. The word could be any where in the URL (i.e. could be position 26, position 30, etc.)
Help is appreciated.