applescript versions
applescript versions
- Subject: applescript versions
- From: Matthew Galaher <email@hidden>
- Date: Tue, 12 Aug 2003 12:00:34 -0700
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. Sorry
for the newbie question, but I'm stumped why very similar machines
differ in being able to syntax check the same code. Does column view
require some update that I forgot about? Thanks for any input.
snip:
if current view of window 1 is column view then
get properties of window 1
set pResults to result
set x to target of pResults as string
--display dialog "Column view Path " & x
else
_______________________________________________
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.