Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!rochester!udel!new From: new@udel.EDU (Darren New) Newsgroups: comp.lang.smalltalk Subject: Re: Smalltalk (maybe only Smalltalk/V) quest. Message-ID: <14607@louie.udel.EDU> Date: 4 May 89 00:06:02 GMT References: <17280@mimsy.UUCP> Sender: usenet@udel.EDU Reply-To: new@udel.EDU (Darren New) Distribution: usa Organization: University of Delaware Lines: 6 Bag is a standard class in Smalltalk-80 as well as st-V. As for returning it as an array, look under Bag (or its superclasses) for a message "asArray". If it's there in ST-V, you could just say ^f asArray. There should also be things like asString, asSymbol, asSet, ... -- Darren