"Sam Trimble" <[EMAIL PROTECTED]> wrote in message
news:15550@palm-dev-forum...
> while(StrNCompare(&msg[CharNum], "&", 1)) /*while the charater doesn't
equal a "&" */
> {
> StrNCat(String, &msg[CharNum], 2); /*copy the charater
to the string */
> CharNum++; /*
increase the charater number */
> }
See the docs for how StrNCat differs from the standard C function. The last
parameter is the size of the destination buffer.
--
Danny Epstein
OS Engineer, Palm Inc.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/