Prompts the user for a Yes or No answer.
AskYesNo ( title, question )
(s) title: title of the question box.
(s) question: question to be put to the user.
(i) @YES or @NO, depending on the button pressed.
This function displays a message box with three pushbuttons - Yes, No, and Cancel.
q = AskYesNo('Testing', 'Please press "YES"') If q == @YES Then Exit Display(3, 'ERROR', 'I said press "YES"')
produces:
... and Then, If the user presses NO:
AskLine, AskPassword, Dialog, Display, AskItemList, Message, Pause, AskFileText