Displays a message in a simple dialog box with the OK button and the Cancel button.
bAnswer = confirm( strQuestion );
bAnswer = confirm( strQuestion )
strQuestion
Specifies a message to be displayed.
Returns true if the OK button is selected, or false if the Cancel button is selected.
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft