IFNO Conditional branch if ‘No’ is clicked in ASK dialog box |
Top Previous Next |
This command not supported when running in a minimized window or as an NT Service.
This script command is used in conjunction with the ASK command. If you click the ‘No’ button in the ASK dialog box, this command branches to [ label ].
For example:
ASK "Yes or No?" IFNO goto answer is no
|