LavishGUI:InputBox (Command)
Jump to navigation
Jump to search
Contents
Syntax
InputBox | |
Usage | Intermediate |
Level of Understanding | Intermediate |
Computer Savvy | Intermediate |
Logic | Intermediate |
InputBox [-template <name>] <text> [default value]
Description
Pops up a window displaying the given text, with a text entry box and OK and Cancel buttons.
The UserInput Top-Level Object will be set to the input text, or NULL if Cancel is clicked.
Examples
- InputBox "What is your name?"
- InputBox "What year were you born?" "19"