I'm new to applescript, couldn't find the answer from a search engine, so...
My script starts out with a dialog box that asks you to enter a numeric value and click OK.
Then, it displays a table of information that it has calculated based on the numeric value, and this dialog box comes with buttons "Quit" and "Try another". I can't figure out how to handle "Try another"; What I'd want it to do is to start over and let the user type in a new number. Any ideas?
My script starts out with a dialog box that asks you to enter a numeric value and click OK.
Then, it displays a table of information that it has calculated based on the numeric value, and this dialog box comes with buttons "Quit" and "Try another". I can't figure out how to handle "Try another"; What I'd want it to do is to start over and let the user type in a new number. Any ideas?