Hey,
 I'm using the following code to create a string 1 charater at a time... but
the StrNCat function only works the first time through... any help on this
would be appreacated...


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 */
}

oh by the way... msg is a CharPtr....



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