At 09:10 AM 2/14/01 -0500, you wrote:
>int AsciiValue(char TheChar)
>{
>return TheChar;
>}
>
>The int value of a char is the ascii value.

        Don't you have to typecast it first?

        return (UInt8)TheChar;

or something like that?


-- 
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