Hi, I have a string that my program is receiving that is in the following format:
xxxxx;xxxxx;xxx;xxx;xxx;xxxx;0
There is 6 series of numbers (of varying lengths)...divided by a semicolon...and then ending with a ;0.
How can I parse out the last set of x's before the ;0?
