INPUT

The input box allows the user to enter and pass data.


input

Show the input box with the window title and call parameter passed.
The function returns a non-zero value if the OK button is pressed. Otherwise, it returns zero.

Syntax

input("Title", "Prompt")
input.result

Returns the input value resulting from the input box.

Syntax

input.result