How do you get the char value of &Key when it's type WORD?
I need to catch some control keys ( which works fine ) but I also need to know if the key was a character, punctuation, or number.
This also works OK as long as the key pad is not used, however, type WORD gives the wrong answer with numlock ON and a number key pressed.
Can someone tell me how to convert it to char???
I need to catch some control keys ( which works fine ) but I also need to know if the key was a character, punctuation, or number.
This also works OK as long as the key pad is not used, however, type WORD gives the wrong answer with numlock ON and a number key pressed.
Can someone tell me how to convert it to char???