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 ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to