Please explain me why "n" in StrNCat() is "Int16"? Is this intentional or an
oversight? The way it is, it is impossible to append to strings whose size is
already bigger than 32K even though strings can be as big as almost 64K.

            Char * StrNCat (Char *dst, const Char *src, Int16 n)

Thanks, PaulN

P.S. Well, probably tricks such as StrNCat (dstP + x, srcP, n - x ) could
alleviate the problem, but that is a kludge.



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

Reply via email to