Skip to content
lainz edited this page Aug 14, 2016 · 1 revision

#Dialog.Input Presents an input dialog to collect information from the user.

Paramters: Title, Prompt, DefaultText

result_string = Dialog.Input("Welcome", "Please enter your name:", "")
Clone this wiki locally