VarInput
[VarInput#] Some Text
- This command displays the User Input dialog-box.
- The user then can enter text, which will be stored in a memory variable for later use.
- There are nine (9) memory variables allowed.
- The # character must be a value from 1 to 9.
- The user must press either the ENTER key to store the entered text or the ESC key to skip storing the text (memory variable will be set to a NULL string).
- The dialog-box will stay visible until the user presses either ENTER or ESC.
- The text after the command will be displayed in the dialog-box as a prompt.
- The text "Enter:" will be added as a prefix to the text string.
- So, if you input the phrase "Serial Number" then the dialog-box will display the text "Enter: Serial Number".