Script editor: Difference between revisions

Content deleted Content added
Line 6:
===This is a script that if you copy and paste it into a Script Editor document and then press run it will say whatever you type into the dialog box.===
 
display dialog "Type what you want to say" default answer "" buttons {"OK", "Cancel"} default button 1<br />
say text returned of result