From: Ned Konz Date: 2002-04-27T00:18:12+09:00 Subject: Re: getting reference to calling object Chris wrote: > In article , mrp@cre.canon.co.uk wrote: > >> hi, >> >> is there a way of getting a reference to the object that called the >> current method, from within that method? > > "self", perhaps? No, self is the receiver of the current method, not the sender.