Hi All,
I need to parse a string consisting of an account number and a unitID.
Below is the string I need to parse.
1004404285%28S2%29%20%5BSub%202%20Account%5D
What needs to be extracted is:
A) 1004404285
B) S2
How would I extract these two items and assign to their own variables.
TIA,
Tim
I need to parse a string consisting of an account number and a unitID.
Below is the string I need to parse.
1004404285%28S2%29%20%5BSub%202%20Account%5D
What needs to be extracted is:
A) 1004404285
B) S2
How would I extract these two items and assign to their own variables.
TIA,
Tim