Im using the following code:
but when it runs, it looks like this: Enter your name: ?
eg. there's a question-mark denoting keyboard input. How can I use INPUT but not have a question mark there?
Also, is there a way I can have a default text there?
Thanks!
------------------
Code:
PRINT "Enter your name: " INPUT sName
eg. there's a question-mark denoting keyboard input. How can I use INPUT but not have a question mark there?
Also, is there a way I can have a default text there?
Thanks!
------------------
Comment