AnswerYes()
Returns the Yes or No response from the Input() function.
Syntax
AnswerYes()
Returns
Returns logical TRUE if the input response was "yes" and logical FALSE if the input response was "no".
Description
Queries the user response after an Input() function was called to determine whether the user responded with a "yes" or "no" to the question.
Example
Input('Do you wish to continue?')
If .Not. AnswerYes()
Return FALSE
Endif
____________________________
Related Topics: