Displays a dialog box to enter a string.
strAnswer = prompt( strMessage, strDefault );
strAnswer = prompt( strMessage, strDefault )
strMessage
Specifies a message to be displayed.
strDefault
Specifies a default string to be displayed in the text box.
Returns the string the user entered in the text box if the OK button is selected, or an empty string if the Cancel button is selected.
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft