Re: applescript versions
Re: applescript versions
- Subject: Re: applescript versions
- From: Michelle Steiner <email@hidden>
- Date: Tue, 12 Aug 2003 12:29:52 -0700
On Tuesday, August 12, 2003, at 12:00 PM, Matthew Galaher wrote:
The following bit of an external subroutine I wrote at work won't
compile at home. In particular it has problems with the line 'if
current view of window 1 is column view then'. I tried to see what
version of applescript I'm running but couldn't figure it out.
To get the version of Applescript, run the one-word script from the
script editor
version
--also "my version" or "version of me" ("the" can preface any of these)
--> 1.9.1
To get the version of script editor, use this script:
tell application "Script Editor" to get its version
--"its" is optional; it can be eliminated or replaced with "the"
--> 2.0
--
Discordians don't pray: it is far too dangerous.
_______________________________________________
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.