LavishGUI:UserInput (Top-Level Object)
(Redirected from ISSession:UserInput (Top-Level Object))
Jump to navigation
Jump to search
Forms
- string UserInput
- Usable only in a script, gives the result of the last MessageBox or InputBox command.
Examples
Example 1
InputBox "Please enter your name" echo Your name is ${UserInput}
Example 2
MessageBox -yesno "Should we destroy C:\\Windows\\?" echo You clicked ${UserInput}