Difference between revisions of "LavishGUI:UserInput (Top-Level Object)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 14: Line 14:
 
*[[ISSession:MessageBox (Command)|MessageBox]]
 
*[[ISSession:MessageBox (Command)|MessageBox]]
 
*[[ISSession:InputBox (Command)|InputBox]]
 
*[[ISSession:InputBox (Command)|InputBox]]
 +
*[[LavishGUI]]
 
*[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]]
 
*[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]]
 
*[[IS:Session#Top-Level Objects|Inner Space Session Top-Level Objects]]
 
*[[IS:Session#Top-Level Objects|Inner Space Session Top-Level Objects]]
  
{{TLO-Stub}}
+
[[Category:LavishGUI]]
[[Category:Inner Space]]
 
[[Category:Inner Space Session]]
 
[[Category:Inner Space Session Top-Level Objects]]
 

Latest revision as of 21:18, 16 September 2005

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