RTFM !

but:
UInt32 StrAToI(Char *);


... Collin

At 12:01 24.07.01 +0200, you wrote:
> > Can anyone teach me how to convert an integer to a string?
>
>Char    buf[16];
>UInt    foo;
>
>foo = 4711;
>StrPrintF (buf, "%d", foo);
>
>
>
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe, 
>please see http://www.palmos.com/dev/tech/support/forums/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to