hi all, i hv an NSmutable array something like this array =[[a1,b1,c1],[a2,b2,c2],[a3,b3,c3].......] and i access this array for particular object like
array.A =[a1,a2,a3] array.b=[b1,b2,b3] ......
what i am trying to do is to copy all ements which are at array.b into a another array say arrayABC.
something like this NewABC = [a1,a2,a3....]
HOw can i do that.. suggestions are always appreciated..
regards