home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!elroy.jpl.nasa.gov!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!berger@SOE.Berkeley.Edu
- From: berger@SOE.Berkeley.Edu (Daniel Berger)
- Newsgroups: comp.lang.lisp.mcl
- Subject: _numtostring
- Message-ID: <9208131832.AA01924@dewey>
- Date: 13 Aug 92 18:32:58 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 10
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
- Original-To: info-mcl@cambridge.apple.com
- X-Mailer: ELM [version 2.3 PL11]
-
-
- I need to turn an integer into a string -
-
- Does anyone out there know how to make the trap _numtostring work?
-
- Format is too slow. Without _numtostring it looks like I will have to iterate
- over the digits of an integer and then push the individual chars into a vector.
-
- thanks
- Daniel
-