M
marola20
Ok, this one might take me a minute to explain.
I'm trying to capture a list of numbers (mostly)...and add them to
collection. My test "string" is:
1001, 1003, 1005-1007, 1008, 1009, 1010-1019, 1022
I am able to add the individual numbers "1001" just fine. What I don
know how to do is calculate and add the ranges "1005-1007."
To make matters worse, the nubmers and ranges can begin with a letter.
I'm not so concerned with getting an answer on the leading lette
problem, but a nudge in the right direction on calculating the rang
would be great.
Thanks, M
I'm trying to capture a list of numbers (mostly)...and add them to
collection. My test "string" is:
1001, 1003, 1005-1007, 1008, 1009, 1010-1019, 1022
I am able to add the individual numbers "1001" just fine. What I don
know how to do is calculate and add the ranges "1005-1007."
To make matters worse, the nubmers and ranges can begin with a letter.
I'm not so concerned with getting an answer on the leading lette
problem, but a nudge in the right direction on calculating the rang
would be great.
Thanks, M