GetYesNoCancel


The GetYesNoCancel function displays a message in a standard Windows message box containing [Yes], [No], and [Cancel] buttons. The returned value may be tested for which button was pressed.

 

Syntax

number = GetYesNoCancel( string )

bullet.gif    string is the message to display and may contain multiple lines.

bullet.gif    This function returns the following codes:

Remarks

This dialog differs from GetYesNo in that it adds a [Cancel] button and it returns a number rather than true/false.

Related Topics

GetAbortRetryIgnore, GetYesNo


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.