LavishGUI:UserInput (Top-Level Object)
From Lavish Software Wiki
Contents |
[edit]
Forms
- string UserInput
- Usable only in a script, gives the result of the last MessageBox or InputBox command.
[edit]
Examples
[edit]
Example 1
InputBox "Please enter your name"
echo Your name is ${UserInput}
[edit]
Example 2
MessageBox -yesno "Should we destroy C:\\Windows\\?"
echo You clicked ${UserInput}
[edit]
