I have an 'array' of objects that I need to have indexed in 2 ways, i.e. I need to be able to loop thru the array in 2 different orders. I don't want to create 2 arrays and sort them differently. How do I solve this?

///Anders