Hi...
I am creating a arraylist..
[apple, 02, car, orange, 03, bike, grape, 04, train]
i wan to do a for..loop to get every 3 range of the object on the arraylist,
example it will get (apple, 02, car) then(orange, 03, bike) then (grape, 04, train).
I am doing the application for pocket pc..
So, from the msdn website, i got to knw that i can use arraylist.getrange(index,count) but in my codes when i tried it states that getrange is not a member of arraylist.
So, anyone can help, if there is any other way that i can do to get it working...
thanxs 4 helping...