> How do I convert a string like "123456789" and store it as a numeric? I 
> can't use StrAToI
> since integers max out at 65535.

Although integers max out at 6553, StrAToI returns a long, so should work
fine.

Long  StrAToI (const Char* str)

Sorry to have such an easy solution, as compared to the fun arithmetic
conversions others have posted:)

Neil
--
Neil Rhodes
Calliope Enterprises, Inc.
1328 Clock Avenue
Redlands, CA  92374
(909) 793-5995     [EMAIL PROTECTED]      fax: (909) 793-2545

-- 
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