I just want to make sure that if we have

destStr[8] = "";
txtStr [] = "012345678901234567890";

or

txtStr [] = "01234";

i.e., no matter how long txtStr is,

then

StrNCat (destStr, txtStr, min (StrLen (txtStr), 8));

and

StrNCat (destStr, txtStr, 8);

are the same, aren't they? Thanks! Best regards, Paul 


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