Parsing a large string
Get a portion of one of the lines that were parsed from that larger string starting at a delimiter.
So when I use the SubStr action, I need to determine the length of that parsed string before I can start at position [X] and get all characters between that point and the end of the substring.
Would it be possible to have the SubStr action have the option to get ALL the remaining portion of a string from the point you start?
Something like:
- Code: Select all
SubStr "[mystring]" "5" "END" "[mystring]"
If this already exists, I have missed it. I know I could put in some very long number beyond what I 'expect' the string to be but that invites a problem.
Thanks for listening.
David P.