LavishGUI:UserInput (Top-Level Object)

From Lavish Software Wiki
Jump to navigation Jump to search

Forms

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}

See Also