[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
_numtostring
- To: info-mcl@cambridge.apple.com
- Subject: _numtostring
- From: berger@SOE.Berkeley.Edu (Daniel Berger)
- Date: Thu, 13 Aug 92 11:32:58 PDT
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