obj
item1
item2
item3
item4
Problem description: If I have some objects declared like the above, how can I also declare in a proc a list of some of the above objects (item2 and item4 for example) so that later on I can loop through all the elements of the list...