• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Applescript 1.9.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Applescript 1.9.3 (From: "j.e.b." <email@hidden>)

  • Prev by Date: Re: Rename File from Filemaker Pro
  • Next by Date: Re: Applescript 1.9.3
  • Previous by thread: Re: Applescript 1.9.3
  • Next by thread: Re: Applescript 1.9.3
  • Index(es):
    • Date
    • Thread