sae2003us wrote:
> I've started to use the rclib packages and was wondering whether you could
> tell me how to convert NUMBERS to STRING, you can do it the other way
> around and words can be converted to string, but i can't seem to find a
> way to do numbers????
The cheap-n-nasty way is to concatenate them with the empty string:
'' >< someNumericExpression
--
Chris "electric hedgehog" Dollin
C FAQs at: http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.c.html
C welcome: http://www.angelfire.com/ms3/bchambless0/welcome_to_clc.html
|