Hi All,
Thanks for the help on my last parsing question. I have a twist on this and not sure how to handle. Any help would be most appreciated.
I need to parse a string consisting of an account number and a unitID.
Below is the string I need to parse.
%20%20%20%20%20%20%20%20%20%20%20%201905872%28S2%29%5BSub%202%20Account%5D0
What needs to be extracted is:
A) 1905872
B) S2
There could be less occurances of %20 for each string. How would I extract these two items and assign to their own variables.
TIA,
Tim
Thanks for the help on my last parsing question. I have a twist on this and not sure how to handle. Any help would be most appreciated.
I need to parse a string consisting of an account number and a unitID.
Below is the string I need to parse.
%20%20%20%20%20%20%20%20%20%20%20%201905872%28S2%29%5BSub%202%20Account%5D0
What needs to be extracted is:
A) 1905872
B) S2
There could be less occurances of %20 for each string. How would I extract these two items and assign to their own variables.
TIA,
Tim