home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.hypercard
- Path: sparky!uunet!munnari.oz.au!uniwa!newsman!murdoch, WA, Australia
- From: murdoch, WA, Australia (kywong@csuvax1.murdoch.edu.au(Khoon Yoong Wong))
- Subject: Re: re: finding fields with index
- Message-ID: <1992Sep3.043757.20732@newsman.csu.murdoch.edu.au>
- Sender: news@newsman.csu.murdoch.edu.au (News Man)
- Organization: external studies, murdoch university
- References: <1992Sep2.163709.2155@tolten.puc.cl>
- Date: Thu, 3 Sep 92 04:37:57 GMT
- Lines: 13
-
-
- Thanks for people who responded to my problem about finding fields.
- I solved it the following way:
-
- on mouseUp
- select the clickLine
- put 1+word 2 of the clickLine into temp
- go to card temp
- end mouseUp
-
- The use of "whole" does not work.
-
-
-