[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

_numtostring



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