Hello, Brian.
Try this:
unsigned char thisone[] = "";
Damir
B> Good Day,B> Has anyone encountered a problem when copying a data of type B> unsigned characters to Char*? B> example: B> unsigned char* thisone= ""; B> unsigned long i = 0; B> Char* putHere = 0; B> putHere = (Char*)(thisone + i ); B> Best regards, B> Brian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
