posted 16 years ago
I am having a heck of a time converting from a char to a byte - probably because chars are two bytes...
In either case, whenever I try to convert I get the ASCII value of the character.
Ex:
if aChar = 4, I get 52 for the value of digit, which is the ASCII value of 4.
Any clues?