|
-
Sep 20th, 2005, 11:42 PM
#1
Thread Starter
Member
how to get the range from the arraylist
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|