June 26, 200223 yr I have a script which contains multiple other scripts. I'd like to give the user the chance to abort the script early enough to halt the other impending scripts. I have a message that asks if they would like to continue but the "Cancel" button doesn't stop the scripts. How do I get the "cancel" button to work?
June 26, 200223 yr Show Message "Next Script?" If Status (CurrentMessageChoice) = 2 Exit Script Else Perform Script "Next Script" End If The "2" indicates the 2nd button from the right, which in this example would be the Cancel button. Make a series of these script steps to allow users to cancel between scripts.
Create an account or sign in to comment