Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!howland.reston.ans.net!news.starnet.net!wupost!news.utdallas.edu!corpgate!bcarh189.bnr.ca!nott!cunews!elammari
From: elammari@scs.carleton.ca (M. Elammari)
Subject: Re: "sender" method of class Object in Vwin 2.0
Message-ID: <D16896.7Ir@cunews.carleton.ca>
Sender: news@cunews.carleton.ca (News Administrator)
Organization: Carleton University
References: <3d44lt$svo@cisun2000.unil.ch>
Date: Wed, 21 Dec 1994 17:22:18 GMT
Lines: 20

In article <3d44lt$svo@cisun2000.unil.ch>,
lian Jin HUANG <lhuang@hector.unil.ch> wrote:
>Could you please tell me how to implement the "sender" method of 
>Class Object in Smalltalk Vwin 2.0. I need this methode in my 
>application. But, it seems that although in VOS2 there is "sender" methode 
>which uses primitve numberd 57, there is no "sender" methode in Vwin.
>
The code for sender is:

sender
	^Process copyStack receiveAt: 2

M. Elammari                  elammari@scs.carleton.ca
School of Computer Science, Carleton University 
Ottawa, Canada K1S 5B6
Phone: (613)788-2600 ext. 1623   Fax: (613)788-4334

--
M. Elammari 

