Aaron Ardiri <[EMAIL PROTECTED]> writes: > whats the largest number? 16bit - 32767 or 65535, only need 5 > characters.. with 32bit.. you'll need a bit more.. Actually 6, because StrIToA writes a trailing NUL. A 32-bit unsigned int is ~ 4e10, so you would need 11 bytes. -- Dave Carrigan ([EMAIL PROTECTED]) | Yow! I had pancake makeup for UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | brunch! Seattle, WA, USA | http://www.rudedog.org/ | -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
