> From: DANIEL FRANCO
> 
> for(x=0;x(size;x++)data[x]= *(datap+x);
> data[x]= 0;
> 

You might want to try
 for(x=0;x<size;x++)data[x]= *(datap+x);


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