Comment Re:My Innocent Comment (Score 1) 360
Actually, the "display dialog" command belongs to the standard additions OSAX, so it's not neccessary to "tell Finder". You can shorten your script to ...
display dialog "Hello World"
Fortunately, AppleScript is kind enough to pass the command on to the OSAX even though you've sent it to the "Finder".
display dialog "Hello World"
Fortunately, AppleScript is kind enough to pass the command on to the OSAX even though you've sent it to the "Finder".