if looping in parsing string data

PaulS:

void abc () {

Get real. This function name says NOTHING about what the function does.

I probably wouldn't have expressed myself with the same clarity, but I agree 100%.

You should use names for variables and functions and organize your code so that you will understand it with a single read-through after not seeing it for 6 months.

...R