Hi
I am trying to convert a string (it has to be a string, not a char) of one letter (A/B/C/D/...) into it's ASCII code stored as an integer.
For example the letter 'A' in ASCII is the number 65 as an integer and 'B' is 66, and so on.
This seems like a fairly simple thing to do but I've been coding my program for many hours and I can barely think now.
Any help is appreciated, thanks.
Rob