Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site reed.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!tektronix!reed!maclab From: maclab@reed.UUCP (Mac DLab) Newsgroups: net.micro.mac Subject: Re: A Rascal/Quickdraw/user problem... Message-ID: <3646@reed.UUCP> Date: Fri, 13-Jun-86 15:45:08 EDT Article-I.D.: reed.3646 Posted: Fri Jun 13 15:45:08 1986 Date-Received: Tue, 17-Jun-86 09:22:29 EDT References: <3594@decwrl.DEC.COM> Organization: Reed College, Portland, Oregon Lines: 13 In response to Jeff's question about PtInRgn: > inCorrect --> in := PtInRgn(temppoint, RegionHandle); Correct --> in := PtInRgn(temppoint.vh,RegionHandle); You have to pass temppoint with the '.vh' extension, since Rascal wants to pass a Point record by address. Check out appendix A of the Language manual for a complete discussion. Scott Gillespie