EmEditor Home - EmEditor Help - EmEditor Macro Reference - Window Object

prompt Method

Displays a dialog box to enter a string.

[JavaScript]

strAnswer = prompt( strMessage, strDefault );

[VBScript]

strAnswer = prompt( strMessage, strDefault )

Parameters

strMessage

Specifies a message to be displayed.

strDefault

Specifies a default string to be displayed in the text box.

Return Values

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.

Version

Supported on EmEditor Professional Version 4.00 or later.

Send feedback on this topic to Emurasoft

Copyright © 2003-2008 by Emurasoft, Inc.