G
Gary Dolliver
Hello,
How would I go about pulling text out of a long string? The length will
vary, but I know exactly what will preceed the text I need, and also the
length of the text I need to extract. For example, I have the following
string returned to me:
abcdefghijklmnopqrstuvwxyz&transaction=XXXXXX&code2=1234567890
I would like to pull out XXXXXX from this string and was hoping I could use
"transaction=" as a reference point? Help would be greatly appreciated,
thanks
-gary
How would I go about pulling text out of a long string? The length will
vary, but I know exactly what will preceed the text I need, and also the
length of the text I need to extract. For example, I have the following
string returned to me:
abcdefghijklmnopqrstuvwxyz&transaction=XXXXXX&code2=1234567890
I would like to pull out XXXXXX from this string and was hoping I could use
"transaction=" as a reference point? Help would be greatly appreciated,
thanks
-gary