home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8958 < prev    next >
Encoding:
Text File  |  1993-01-09  |  946 b   |  26 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!spool.mu.edu!umn.edu!csus.edu!netcom.com!jamesc
  3. From: jamesc@netcom.com (James Chuang)
  4. Subject: Re: UDF problem in FoxBase+
  5. Message-ID: <1993Jan9.090934.2183@netcom.com>
  6. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  7. References: <1ikr8sINN5bq@mizar.usc.edu> <durai.123.726545367@ortta.umn.edu>
  8. Date: Sat, 9 Jan 1993 09:09:34 GMT
  9. Lines: 15
  10.  
  11.  
  12. Since you are using FoxBase+, I don't believe you declare UDF()s with a
  13. FUNCTION keyword.  This was introduced in dBase IV ver 1.0, which came
  14. after FoxBase+.  In FoxBase+, procedures and functions are declared the
  15. same way:
  16.  
  17.     PROCEDURE isok
  18. The only difference is that procedures can't accept a return value.
  19. So in your case, just change your declaration to procedure, adn you should
  20. be ok....
  21.  
  22. jamesc
  23. -- 
  24. =========================================
  25. If someone asks if you are a God, you say... YES!
  26.