Re: Applescript 1.9.3
Re: Applescript 1.9.3
- Subject: Re: Applescript 1.9.3
- From: Paul Berkowitz <email@hidden>
- Date: Sun, 21 Dec 2003 16:07:16 -0800
On 12/21/03 2:27 PM, "j.e.b." <email@hidden> wrote:
>
>
Interesting - when I ran your script it says that I'm running Script Editor
>
1.9.3 but when I go up to 'About Script Editor' it says I'm running Script
>
Editor 1.9 with a copyright date of 2002.
>
>
Weird.
AppleScript is v1.9.3. Script Editor _should_ be v2.0. You're using the
old carbon Script Editor for reasons best known to yourself (didn't change
it in the Dock maybe?)
set AppleScriptVersion to version
tell application "Script Editor" to set ScriptEditorVersion to its
version
display dialog " AppleScript version: " & (AppleScriptVersion as string)
& return & return & "Script Editor version: " & (ScriptEditorVersion as
string)
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.