Possible Duplicate:
How is the code for separation of single array into two arrays?
hi all i am getting below response into single array when i used the JSON parsing from my required URL but here i have to divide single array response into three array sets one set will have TB3257,TB3259,TB3261,TB3263,TB3257,TB3260 and second array set will have TB3258,TB3260,TB3262,TB3259,TB3258 and TB3261 and third array set will have TB3258. so how is the code for dividing single array into three array sets in iphone?
(
" TB3257 TB3258",
" TB3259 TB3260",
" TB3261 TB3262",
" TB3263 TB3259",
" TB3257 TB3258 TB3258",
" TB3260 TB3261"
)