function question
Output a string (or pop up a dialog box on QFitsView) and expect Yes/No answer.
Syntax
result = question(s)
Arguments
s: | The string to output |
Returns
If the answer starts with n or N, zero is returned. One otherwise.
Output a string (or pop up a dialog box on QFitsView) and expect Yes/No answer.
Syntax
result = question(s)
Arguments
s: | The string to output |