Hi
I am inquiring if there is anyone who knows of a routine simular
to INKEY$ that will accept one character at a time, echo it to
the screen and has a cursor over the spot where the next character
should go. I would like it to not echo backspace, any of the arrow
keys or carriage returns, but to move to the new spot when one of
them is used.
When I programmed my Commadore64 years ago, the origional GET
statement didn't have a cursor, then some Commodore programmers
came up with a routine that provided a cursor.
------------------
I am inquiring if there is anyone who knows of a routine simular
to INKEY$ that will accept one character at a time, echo it to
the screen and has a cursor over the spot where the next character
should go. I would like it to not echo backspace, any of the arrow
keys or carriage returns, but to move to the new spot when one of
them is used.
When I programmed my Commadore64 years ago, the origional GET
statement didn't have a cursor, then some Commodore programmers
came up with a routine that provided a cursor.
------------------
Comment