Re: Drilling down into an AppleScript object reference
Re: Drilling down into an AppleScript object reference
- Subject: Re: Drilling down into an AppleScript object reference
- From: Matt Neuburg <email@hidden>
- Date: Fri, 23 Sep 2005 19:55:00 -0700
- Thread-topic: Drilling down into an AppleScript object reference
On Wed, 10 Aug 2005 15:14:52 -0700, "Scott Babcock" <email@hidden>
said:
>This may be old news to some of you, but I found that it's possible
>through coercion to decompose an object reference to determine the
>reference type [named/index/id], object class, selector, and container
>object (the object's parent).
>... it
>works for objects of every application I tried.
tell application "Finder"
set f to (get file 1)
end tell
get f as record -- error
m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide
<http://www.amazon.com/exec/obidos/ASIN/0596005571/somethingsbymatt>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden