Hola .

there is a function:
"StrIToH"
Purpose Convert an integer to hexadecimal ASCII.
+++++++++++++++++++++++++++++++++++++++++++++
Prototype Char* StrIToH (Char* s, UInt32 i)
+++++++++++++++++++++++++++++++++++++++++++++
Parameters s String pointer to store results.

i Integer to convert.

Result Returns the string pointer s.

---------------------------
ejemplo:
int j;
char resultado[32];
j=255;
StrIToH(resultado,j);
---------------------------

espero que te sea de ayuda
adios..

******************************************
>From: "Christophe Gouwy" <[EMAIL PROTECTED]>
>Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>Subject: convert a Int in Hexa
>Date: Thu, 25 Jul 2002 13:48:55 +0200
>
>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/




_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail. 
http://www.hotmail.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