PRINT "INPUT STRING:"
Result%=INPUT("",String$) „Input a string variable
PRINT "INPUT NUMBER:"
Result %=INPUT("123",Number%) „Input a numeric variable
S$ is a string variable, indicating the input default value.
variable is numeric or string variable that will receive the input
data. The data entered must match the data type of the variable.
When the input task is properly ended with the ENTER key being
pressed, the data string will be stored in a variable. Otherwise,
press the ESC key to abort the task.
Kommentare zu diesen Handbüchern