This is not internationalized but you get the basic idea...

char MyASCIItoChar(int ASCIIVal)
{
return ((char)ASCIIVal);
}

You may be better off using StrPrintF.

----- Original Message -----
From: "Ed" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 8:38 PM
Subject: ASCII Value


> Is there a function that takes in an ASCII value and spits out the
character?  Sort of like the Chr$() function in VB...  Maybe
> I missed it.
>
> Ed.
>
>
>
> --
> 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/

Reply via email to