Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!caen!uwm.edu!linac!midway!msuinfo!galaxy.cps.msu.edu!kalns From: kalns@galaxy.cps.msu.edu (Edgar T Kalns) Newsgroups: comp.lang.smalltalk Subject: How to remove instances Message-ID: <1991May7.234642.23120@msuinfo.cl.msu.edu> Date: 7 May 91 23:46:42 GMT Sender: news@msuinfo.cl.msu.edu Reply-To: kalns@galaxy.cps.msu.edu (Edgar T Kalns) Organization: Computer Science, Michigan State University, E. Lansing Lines: 13 I am using Smalltalk/V on a Mac and am having difficulty removing unnamed instances of a class. The removal of all instances is a necessity before Smalltalk allows you to modify the class' instance variables. Named instances are easily removed by reassigning their values to nil. I cannot find a way to do this if an instance has not specifically been named. Thanks in advance for any help you can provide. -------------------------------------------------------- -- Edgar Kalns -- -- E-mail: kalns@cps.msu.edu -- --------------------------------------------------------