I don’t know much AppleScript. How would I change a dialog box’s text based on the text entered in the text box without repeatedly doing something like this?
display dialog "Enter text in the box to change this message" default answer ""
display dialog (the text returned of the result) default answer "To change the displayed message, enter text in the box"
...
1 Answer