Have a look at : StrIToH Purpose Convert an integer to hexadecimal ASCII. Prototype Char* StrIToH (Char* s, UInt32 i)
or StrPrintF Purpose Implements a subset of the ANSI C sprintf call, which writes formatted output to a string. Prototype Int16 StrPrintF (Char* s, const Char* formatStr, ...) -----Message d'origine----- De : Christophe Gouwy [mailto:[EMAIL PROTECTED]] Envoy� : jeudi 25 juillet 2002 13:49 � : Palm Developer Forum Objet : convert a Int in Hexa I want to convert a Int in Hexa ex: 255 in FF How can I do that please? thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
