Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!decwrl!shelby!portia.stanford.edu!kevinw From: kevinw@portia.Stanford.EDU (Kevin Rudd) Newsgroups: comp.lang.smalltalk Subject: Question on Smalltalk/V Message-ID: <1990Sep5.174551.6255@portia.Stanford.EDU> Date: 5 Sep 90 17:45:51 GMT Organization: AIR, Stanford University Lines: 15 Here is a question which has been puzzling me for quite a while: Is it possible to display the name of a given object? For example, given an object with an instance variable Foo which contains another object, how can I find out the name of the variable which references that object? Any reference to the object that I have found simply returns aClass. But for any object created there should be some name associated with it within the scope of its creation... Of course, this could all be a simple understanding... Any help would be appreciated... Thanks, -- Kevin