Project

General

Profile

Actions

$input » History » Revision 1

Revision 1/11 | Next »
Per Amundsen, 08/14/2015 12:59 PM


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)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT