The problem is being that StrCat(str, P[i]) doesn't
compile and StrCat(str, &P[i]) gives me the whole
string P instead of just one char.

Char * P = TblGetItemPtr(table, row, column);

for (i = 0; i < len; i++) {
 if (P[i] == '~') 
   ...
 else
   StrCat(str, &P[i]); 

Hope some of you can help me out here.


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to