Hi Jevin, the following functions should help when trying to convert a byte to ASCII (if that is what you want to do).
StrIToH and StrIToA both take two parameters. The first one being a pointer to a buffer of some sort where you want to put the human readable represantation of your byte in either hex (when using StrIToH) or decimal (when using StrIToA). The second parameter would simply be your byte to convert. You may need to include StringMgr.h in order to have your compiler recognize them. For more detailed information i recommend http://www.palmos.com/dev/support/docs/palmos/PalmOSReference/StringManager.html#1065321 Regards, Claas Ahlrichs -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
