03-24-2009, 11:26 AM
Hi,
I' using the following code to show a Yes, No or Cancel box,
...however I want to now add a Cancel option.
I know I add C to do this, i.e. YNC, however, how can I set it so if Cancel is pressed it will stop the macro using ret?
Thanks,
Paul.
I' using the following code to show a Yes, No or Cancel box,
What Severity is this?
str sev
if mes("Is the keyboard still usable?" "Question" "YN?") == 'Y'
sev="yes"
else
sev="no"
...however I want to now add a Cancel option.
I know I add C to do this, i.e. YNC, however, how can I set it so if Cancel is pressed it will stop the macro using ret?
Thanks,
Paul.