home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / mcl / 1220 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  754 b 

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!berger@SOE.Berkeley.Edu
  2. From: berger@SOE.Berkeley.Edu (Daniel Berger)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: _numtostring
  5. Message-ID: <9208131832.AA01924@dewey>
  6. Date: 13 Aug 92 18:32:58 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 10
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Original-To: info-mcl@cambridge.apple.com
  11. X-Mailer: ELM [version 2.3 PL11]
  12.  
  13.  
  14. I need to turn an integer into a string -
  15.  
  16. Does anyone out there know how to make the trap _numtostring work?
  17.  
  18. Format is too slow.  Without _numtostring it looks like I will have to iterate
  19. over the digits of an integer and then push the individual chars into a vector. 
  20.  
  21. thanks
  22. Daniel
  23.