Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!cornell!uw-beaver!mit-eddie!apollo!wyant From: wyant@apollo.uucp (Geoffrey Wyant) Newsgroups: comp.lang.smalltalk Subject: Re: finding instances Message-ID: <359f3397.1d22@apollo.uucp> Date: Mon, 22-Jun-87 08:46:00 EDT Article-I.D.: apollo.359f3397.1d22 Posted: Mon Jun 22 08:46:00 1987 Date-Received: Tue, 23-Jun-87 04:01:56 EDT References: <470@cup.portal.com> Reply-To: wyant@apollo.UUCP (Geoffrey Wyant) Distribution: world Organization: Apollo Computer, Chelmsford, MA Lines: 20 > I am having trouble finding the names of instances > I created under Smalltalk/V. Is there a procedure > that does this ? or must I document every instance > I create ? This is sort of like asking for the name of everything pointed at in C program. Instances don't have names, per se. Like pointers, they maybe assigned to variables or fields within records. If you just create them without assigning them to anything, they are inaccessible, just like a pointer to malloc'ed storage that you didn't assign to anything. What is it that you are trying to do ? -- Geoff Wyant UUCP: ...{yale,mit-eddie}!apollo!wyant