Solved
Forum Discussion
Marsha_R
Champion Level 3
8 years agoLook for ":" first, your string occurs right after the third ":"
Then take the next 10 characters and that is your string
If it isn't always 10 characters, then take all characters till you find "I" and that will tell you where to stop
tristaanogre
8 years agoEsteemed Contributor
Question:
When you examine that form, do each of the text labels identify as their own? '
That said, what Marsha_R suggests is the best way that I now how. Use the aqString object and the "Find" method to find the string starting at a location and having a particular length.