ruthcarlton Posted June 26, 2002 Posted June 26, 2002 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?
The Bridge Posted June 26, 2002 Posted June 26, 2002 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.
Recommended Posts
This topic is 8190 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now