Jump to content

Message box cancel


This topic is 8610 days old. Please don't post here. Open a new topic instead.

Recommended Posts

In your script you have to test for the Message choice in order to use the buttons on Message step. The button value for the Message step are 1, 2, and 3. Ok is 1, and Cancel is 2 on the default that comes up. One Example of how to use these in a script would be:

Message ["Some Message"]

If ["Status(CurrentMessageChoice) = 2]

Halt Script

EndIf

Some other script action

HTH

Link to comment
Share on other sites

This topic is 8610 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.