Ascii code
Ascii code
Rate Ascii code
(2(2 Vote))
p = KeyAscii
If p = 27 Then
MsgBox "you pressed the escape button"
Else
MsgBox "you did not press the escape button"
'the following link is the table of the Ascii characters
http://web.cs.mun.ca/~michael/c/ascii-table.html
Ascii code Comments
No comments yet — be the first to post one!
Post a Comment