_Added in 1.9.0_ *$input(prompt,[options],[window],[title],[text])* Prompts the user for input and returns the result. *parameters* prompt - Question text. [options] - (optional)
e - show input Editbox.
p - show input password Editbox.
o - TODO
y - TODO
n - TODO
r - TODO
v - TODO
g - TODO
b - TODO
f - TODO
i - TODO
q - TODO
w - TODO
h - TODO
d - TODO
s - TODO
a - TODO
u - use current active window as parent window
kN - TODO
m - TODO
[window] - TODO [title] - The Titlebar text [text] - The default text placed in the input Editbox. *Example*
; Ask for a name and print it.
//echo -ag $input(What is your name?, Question)