home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / oop / macapp3 / 383 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  835 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!olivea!apple!applelink.apple.com
  2. From: KENTON@AppleLink.Apple.COM (Hanson, Kenton)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re: Draw (double)????
  5. Message-ID: <726547022.9457814@AppleLink.Apple.COM>
  6. Date: 9 Jan 93 01:49:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 18
  10.  
  11. Bill,
  12.  
  13.     Regarding the formatting of double in MacApp, look at subroutine
  14.  pascal void TCell::ValueToString()
  15. in file "MacApp:Examples:CPlusExamples:Calc:UCalcCells.cp"
  16.  
  17. also look at the SANE.h file for the interface to
  18.    num2dec(theFormat, aValueType, aDecimal);
  19.    dec2str(theFormat, aDecimal, aCString);
  20.  
  21. Further explanations of these routines can be found in the Apple Sane Manual
  22. 2nd edition
  23.  
  24. Hope this helps,
  25.  
  26. Kenton Hanson
  27. Apple Numerics Group
  28.  
  29.