home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!olivea!apple!applelink.apple.com
- From: KENTON@AppleLink.Apple.COM (Hanson, Kenton)
- Newsgroups: comp.sys.mac.oop.macapp3
- Subject: Re: Draw (double)????
- Message-ID: <726547022.9457814@AppleLink.Apple.COM>
- Date: 9 Jan 93 01:49:00 GMT
- Sender: daemon@Apple.COM
- Organization: AppleLink Gateway
- Lines: 18
-
- Bill,
-
- Regarding the formatting of double in MacApp, look at subroutine
- pascal void TCell::ValueToString()
- in file "MacApp:Examples:CPlusExamples:Calc:UCalcCells.cp"
-
- also look at the SANE.h file for the interface to
- num2dec(theFormat, aValueType, aDecimal);
- dec2str(theFormat, aDecimal, aCString);
-
- Further explanations of these routines can be found in the Apple Sane Manual
- 2nd edition
-
- Hope this helps,
-
- Kenton Hanson
- Apple Numerics Group
-
-