Possible Duplicate:
separate the ids and store in two different array
String response=@" hr 123,124,125,126,127,128 hr st 234,235,236,237 st";
from hr to hr i need to store in one array.
from st to st i need to store in another array.
My service provider is playing with response…..
Please help me out.
There you go: