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