Dialog - lainz/lainzcodestudio GitHub Wiki

#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:", "")