What ascii values do these characters represent ?
Having trouble trouble shooting my program as I can't figure out what values these represent in ASCII Table. The first 4 values are for variable lRegisterH which is a LONG, and the second is lRegisterL. The Character looking like a space imediatley after K is a square looking character the one next to it is a space character.
Ignore the () they are for showing what the vales are.
lRegisterH ( ªªþ)
lRegisterL (K þ)
Comments
Instead of printing as characters, why not print the ASCII code? BTW, it's easier to help if you provide a code snippet or even the whole program (if possible) for context.
The p looking one could be Latin thorn, decimal 254. Don’t see anything square looking accept the # sign.
Another table version shows 254 as a black square