home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: bit.listserv.dbase-l
- Path: sparky!uunet!uvaarpa!murdoch!galen.med.Virginia.EDU!jw2b
- From: jw2b@galen.med.Virginia.EDU (Sara J. Wagner)
- Subject: Re: HELP ! HELP ! Clipper bug ??????!!
- Message-ID: <1993Jan5.181101.17859@murdoch.acc.Virginia.EDU>
- Sender: usenet@murdoch.acc.Virginia.EDU
- Organization: University of Virginia
- References: <01GT5ZU1G02A9KM5XN@URC.TUE.NL>
- Date: Tue, 5 Jan 1993 18:11:01 GMT
- Lines: 11
-
-
- There is a known problem with floating point errors in Clipper -- I've
- bumped into it before. Tech Support suggested using val() and str()
- to force the math to behave. Try something like val(str(var3)) ==
- (val(str(var1)) + val(str(var2))) and see if that helps.
-
- --
- Jane Wagner, Computer Systems and Publications Assistant
- The Claude Moore Health Sciences Library| INTERNET: jw2b@virginia.edu
- Box 234, UVA Health Sciences Center | PHONE: 804-924-0188
- Charlottesville, VA 22908 | BITNET: jw2b@virginia.bitnet
-