> Matt Mason <[EMAIL PROTECTED]> wrote in message news:38462@palm-dev-forum...
> >
> > Looking for a function that returns a char for and numberic ASCII passed
> > in. Anyone remember that one?
>
> For Example if I pass in a 65 it returns me an 'A'

  char myChar = (char)65;

  C programming 101 :)

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to