GetRetryCancel

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 )

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

    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