IFNO        Conditional branch if ‘No’ is clicked in ASK dialog box

Top  Previous  Next

Syntax:

IFNO

goto  [ label ]

Arguments:

[ label ]

A valid label within the current script file.

Options:

None

 

 

 

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

 

Related Command(s): ASK, IFYES