Storing

Hans-Martin Mosner hmm at heeg.de
Sun Dec 2 07:44:34 UTC 2001


James Stark wrote:
> 
> I want to make an array of records - so its one array that stores of type
> records - which I have defined

You don't have to create a new class to have an array of anything!

Just use an OrderedCollection. It does not care what objects you put in it.
Welcome to the power of typeless variables!

Cheers,
Hans-Martin





More information about the Squeak-dev mailing list