messageBox | Show a simple popup message box | ||
Return | void | ||
string | No | Message to display | |
string | Yes | Popup box caption | |
queryBox | Show a simple Yes/No query box | ||
Return | void | ||
string | No | Message to display | |
string | Yes | Popup box caption | |
promptBox | Show a simple prompt box | ||
Return | void | ||
string | No | Message to display | |
string | Yes | Default value | |
string | Yes | Popup box caption | |
choiceBox | Show a popup with selection combobox | ||
Return | void | ||
string | No | Message to display | |
list | Yes | List of entries for combobox | |
string | Yes | Popup box caption | |
logscript | Write message to script log window | ||
Return | void | ||
string | No | Message to be written |