Does anybody know a function that can see if a keycode is alphanumeric?
With the KeyDown-procedure I want something done only when a numeric or alphanumeric key is pressed.
So I want to eliminate all the function keys, tab, arrows,...
Or maybe anyone knows a function to see if the key that was hit was a function key?