The input box allows the user to enter and pass data.
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")
Returns the input value resulting from the input box.
Syntax
input.result