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/
- Re: StrNCat question Paul Nevai
- Re: StrNCat question Curtis Clauson
- Re: StrNCat question Richard Burmeister
- Re: StrNCat question Jason Dawes
- Re: StrNCat question Richard M. Hartman
- Re: StrNCat question Richard Hartman
