Input
Previous  Next

Description: Gets input from the user in a password style manner and stores it in an <Integer>, <Long>, or <String> variable. The UP and DOWN buttons change the character, the A button moves to the next position, the B button moves back a position, and the C button changes case (when a <String> variable is used, and the START button ends user the user input.

     Syntax:
     
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.

Notes: Input only works with the first player controller.

Example:

        Input "What is your age? ", a