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.
|
|
number = GetYesNoCancel( string ) |
string is the message to display and may contain multiple lines.
This function returns the following codes:
[Yes] returns 1.
[No] returns 2.
[Cancel] returns 3.
This dialog differs from GetYesNo in that it adds a [Cancel] button and it returns a number rather than true/false.
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.