|v| man
November 16th, 1999, 06:02 AM
what is the ascii code of the backspace key
and how i write it in command
like
ENTER: "hi + chr$(13) + chr$(10)"
and how i write it in command
like
ENTER: "hi + chr$(13) + chr$(10)"
|
Click to See Complete Forum and Search --> : backspace key |v| man November 16th, 1999, 06:02 AM what is the ascii code of the backspace key and how i write it in command like ENTER: "hi + chr$(13) + chr$(10)" Lothar Haensler November 16th, 1999, 06:05 AM there is a const defined in VBRUN-type lib vbKeyBack which stands for the ASCII code value of 8. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |