|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Dialog.Input

OverviewExamples

string Dialog.Input ( string Title,


string Prompt,


string DefaultText = "",


number Icon = MB_ICONQUESTION )


De s cr ip t ion


Presents an input dialog to collect information from the user.


P arame t er s


Title


(string) The text to be displayed on the title bar of the dialog.


|