Input |
Previous Next |
Input [<PromptText>,], <Variable> [, ...]
|
Part
|
Description
|
<PromptText>
|
Optional. Displays text for the prompt. The text must be in
quotations and not a <String> variable. If a <String> is used as the
first argument, it will be treated as a <StringInput>. If <PromptText>
is omitted, a question mark will be display.
|
<Variable>
|
Required. <Variable> is either an <Integer>, <Long>, or <String>
variable. You can input into multiple variables in succession,
separated by commas. If the variable is an <Integer> or <Long>,
only numbers will be selectable.
|
Input "What is your age? ", a
|