>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. >Actually, a Signed 32 bit Int can be -2000000000 plus null terminator = 12 >chars! Or you could just use the maxStrIToALen constant defined in StringMgr.h. -- Ken Ken Krugler TransPac Software, Inc. <http://www.transpac.com> +1 530-470-9200 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
