home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.hypercard
- 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
- From: s3583045@titan.ucc.umass.edu (John Greene)
- Subject: Field existance query?
- Message-ID: <1992Jul22.194139.27659@nic.umass.edu>
- Sender: usenet@nic.umass.edu (USENET News System)
- Nntp-Posting-Host: titan.ucc.umass.edu
- Organization: University of Massachusetts, Amherst
- References: <1992Jul21.214044.23050@rice.edu> <1992Jul21.214421.23197@rice.edu> <91631@bu.edu>
- Date: Wed, 22 Jul 1992 19:41:39 GMT
- Lines: 14
-
- Is there any easy way to tell if a field exists without a dialog coming up?
- I guess I want a command like this:
-
- if foo is a bg field then
- blah blah blah
- else
- put "Unknown field " & foo & "... Skipping to next record" into msg
- end if
-
- Thanks a bunch, gang!
-
- -jg
-
-
-