B
Brad Pears
I am using a collection (in place of an array) to house some temporary
items...
Is there a way to easily remove ALL items from a collection? The way I read
it, you have to loop through all collection items and use the .remove method
to remove each item individually. As well, you need to specify the key...
What if you do not know what the friggin key is for pete's sakes (unless you
used an incremental counter when loading the items) and you just want to
clear the thing?
Thanks,
Brad
items...
Is there a way to easily remove ALL items from a collection? The way I read
it, you have to loop through all collection items and use the .remove method
to remove each item individually. As well, you need to specify the key...
What if you do not know what the friggin key is for pete's sakes (unless you
used an incremental counter when loading the items) and you just want to
clear the thing?
Thanks,
Brad