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
Dialog.Message
OverviewExamples
number Dialog.Message ( string Title,
string Text,
number Type = MB_OK,
number Icon = MB_ICONINFORMATION,
number DefaultButton = MB_DEFBUTTON1 )
De s cr ip t ion
Presents a dialog to the user with an informative message on it.
P arame t er s
Title
(string) The text that will appear in the dialog title bar.