Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!inetg1!news From: wwm@arco.com (Wesley Monroe) Newsgroups: comp.lang.smalltalk Subject: Re: How to remove instances Message-ID: <1991May14.163627.1644@Arco.COM> Date: 14 May 91 16:36:27 GMT References: <1991May7.234642.23120@msuinfo.cl.msu.edu> Sender: news@Arco.COM Organization: ARCO Oil & Gas Company Lines: 23 In article <1991May7.234642.23120@msuinfo.cl.msu.edu> kalns@galaxy.cps.msu.edu (Edgar T Kalns) writes: >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 -- >-------------------------------------------------------- > Execute the following in the Transcript window Smalltalk initialize. This will take care of the problem, but aware that all the text you have in your worksheet will disappear so save anything you want to save around in a file.