The ‘say’ command isn’t working in Applescript Studio. If I type (say “hello”) as I would normally in the Script Editor, at run time it gives me errors with it. Does anyone know how to use the say command in Applescript Studio :?:
Terry
The ‘say’ command isn’t working in Applescript Studio. If I type (say “hello”) as I would normally in the Script Editor, at run time it gives me errors with it. Does anyone know how to use the say command in Applescript Studio :?:
Terry
It works fine for me in AppleScript Studio in 10.3.1 (Xcode). If you are still having problems with it, try wrapping say command in a tell block like:
Jon
[This script was automatically tagged for color coded syntax by Convert Script to Markup Code]