Do you mean you would like to get the ASCII code value of a non alpha-numeric ASCII character? int code; char MyString[]="ABCabc!@#"; code = MyString[6]; // code now is 33 (or 0x21) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
- finding a characters ASCII decimal value? Zach Austin
- Re: finding a characters ASCII decimal value? Dave Lippincott
- Re: finding a characters ASCII decimal value? Ken Krugler
