Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: Michael Grant <email@hidden>
- Date: Wed, 14 Apr 2004 09:26:32 -0500
On Apr 13, 2004, at 6:37 PM, Michael Terry wrote:
... how come neither this:
-- [3]
tell application "Finder"
set comment of {every file of (choose folder), every file of (choose
folder)} to "hello"
end tell
... nor this:
-- [4]
tell application "Finder"
set its comment of {every file of (choose folder), every file of
(choose folder)} to "hello"
end tell
... works? Aren't [1] and [2] analogous to [3] and [4]?
Prob'ly because you're trying to set the comment of a list, which
doesn't have one. Try looping through it.
Michael
--
Support our troops!
Don't lie to them.
_______________________________________________
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: | |
| >(no subject) (From: Michael Terry <email@hidden>) |