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/

Reply via email to