It should... and shouldn't... what you have is an array of a class... you've defined the size of the array... but you haven't INSTANCIATED ... by dimming the size of the array, you've said "I need a box this big" ... but you still haven't filled the box with anything. Once you define the array, you need to instantiate the objects that go into each element.

-tg