Show Topics
...go ahead and read the manual, we won't tell anyone.
Help Topics > All Commands > Ask
Ask displays a dialog box containing a question with a text box into which the user can type an answer. "defaultAnswer" will populate the text area with the passed string as the default text in the dialog box.
Usage:
ask "question" [with "defaultAnswer"]
Not Implemented: ask password [clear] "question" [with "defaultAnswer"]
Not Implemented: ask file [promptText] [with [default] "fileName"]
Example:
ask "What is your name" with "No Name"
answer It
