robinsiebler Posted January 30, 2006 Posted January 30, 2006 I want to pop up a simple dialog with Yes/No buttons in the middle of a script and take an action based on the button clicked. How would I do this?
greenmachine Posted January 30, 2006 Posted January 30, 2006 If MsgBox (4, "title", "text") = 6 then ; yes answers else ; no answers endif You really should have looked in the helpfile.
Recommended Posts
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