W
Wayne Wengert
I want to get the decimal (integer) value of user keystrokes. I am using the
following code. chrInput is the character entered (e.g. "M") and "keystroke
is DIMed as Short
keystroke = Microsoft.VisualBasic.Val(chrInput)
but it always yields a value of 0
How should I be doing this?
following code. chrInput is the character entered (e.g. "M") and "keystroke
is DIMed as Short
keystroke = Microsoft.VisualBasic.Val(chrInput)
but it always yields a value of 0
How should I be doing this?