Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!ptsfa!ihnp4!alberta!calgary!freedman From: freedman@calgary.UUCP (Dan Freedman) Newsgroups: comp.sys.mac Subject: Re: More specific Find in HyperCard Message-ID: <1166@vaxb.calgary.UUCP> Date: Wed, 28-Oct-87 18:40:31 EST Article-I.D.: vaxb.1166 Posted: Wed Oct 28 18:40:31 1987 Date-Received: Wed, 4-Nov-87 06:42:49 EST References: <9380@ut-sally.UUCP> Organization: U. of Calgary, Calgary, Ab. Lines: 22 In article <9380@ut-sally.UUCP>, brian@ut-sally.UUCP (Brian H. Powell) writes: > Problem 1) How do I "put" a double-quote? > Problem 2) How do I position the cursor? > > Thanks. > > Brian Ok, putting a double quote is as easy as including the constant "quote" in the put command, and positioning the cursor is as easy as issuing the "click at" command. Something like this should do the trick: put "find " & quote & quote & " in field xyz" click at 123, 234 The arguments to click at will have to be found by experimentation, and you might want to make them relative to the "loc of message box" so that it will work properly even if someone moves the message box. Also, I don't have a mac in front of me, so I'm not sure whether "quote" is the right constant, but I think it is. If not, then it's something similar. Dan Freedman University of Calgary Computer Science Department