Store objects in an array?

Howdy!

Does anybody know if there is possible to store an object in an array? I have this class that I call Person and when I create an instance of that class, like:

[color=navy]var p:Person = new Person(“Josef”);[/color]

I would like to store it in an array. Is that possible? And if the answer is yes, how?

// phreaky