what is the ascii code of the backspace key
and how i write it in command
like
ENTER: "hi + chr$(13) + chr$(10)"
Printable View
what is the ascii code of the backspace key
and how i write it in command
like
ENTER: "hi + chr$(13) + chr$(10)"
there is a const defined in VBRUN-type lib vbKeyBack which stands for the ASCII code value of 8.