home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hypercar / 3348 < prev    next >
Encoding:
Text File  |  1992-09-02  |  729 b   |  25 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!munnari.oz.au!uniwa!newsman!murdoch, WA, Australia
  3. From: murdoch, WA, Australia (kywong@csuvax1.murdoch.edu.au(Khoon Yoong Wong))
  4. Subject: Re: re: finding fields with index
  5. Message-ID: <1992Sep3.043757.20732@newsman.csu.murdoch.edu.au>
  6. Sender: news@newsman.csu.murdoch.edu.au (News Man)
  7. Organization: external studies, murdoch university
  8. References: <1992Sep2.163709.2155@tolten.puc.cl>
  9. Date: Thu, 3 Sep 92 04:37:57 GMT
  10. Lines: 13
  11.  
  12.  
  13. Thanks for people who responded to my problem about finding fields.
  14. I solved it the following way:
  15.  
  16. on mouseUp
  17.   select the clickLine
  18.   put 1+word 2 of the clickLine into temp
  19.   go to card temp
  20. end mouseUp
  21.  
  22. The use of "whole" does not work.
  23.  
  24.  
  25.