|

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.MaskedInput

OverviewExamples

table Dialog.MaskedInput ( string Title = "",


string Prompt,


string Mask,


string DefaultText = "",


number Icon = MB_ICONQUESTION,


string PlaceHolder = " " )


De s cr ip t ion


Presents an input dialog to collect information from the user in a specific format.


P arame t er s


Title


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


|