Hi,

Let say my collection got
-a
-b
-c

can anyone provide me the code to remove a and then b and lastly c from the collection.

i=0
do until i =2
collection.remove
i=i+1
loop

is this the correct code ??

=)

thanks