home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2851 < prev    next >
Encoding:
Text File  |  1992-07-22  |  897 b   |  27 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!gatech!europa.asd.contel.com!darwin.sura.net!jvnc.net!yale.edu!qt.cs.utexas.edu!news.Brown.EDU!noc.near.net!nic.umass.edu!titan.ucc.umass.edu!s3583045
  3. From: s3583045@titan.ucc.umass.edu (John Greene)
  4. Subject: Field existance query?
  5. Message-ID: <1992Jul22.194139.27659@nic.umass.edu>
  6. Sender: usenet@nic.umass.edu (USENET News System)
  7. Nntp-Posting-Host: titan.ucc.umass.edu
  8. Organization: University of Massachusetts, Amherst
  9. References: <1992Jul21.214044.23050@rice.edu> <1992Jul21.214421.23197@rice.edu> <91631@bu.edu>
  10. Date: Wed, 22 Jul 1992 19:41:39 GMT
  11. Lines: 14
  12.  
  13. Is there any easy way to tell if a field exists without a dialog coming up?
  14. I guess I want a command like this:
  15.  
  16.   if foo is a bg field then
  17.     blah blah blah
  18.   else
  19.     put "Unknown field " & foo & "... Skipping to next record" into msg
  20.   end if
  21.  
  22. Thanks a bunch, gang!
  23.  
  24. -jg
  25.  
  26.  
  27.