Re: More questions about scripting iPhoto
Re: More questions about scripting iPhoto
- Subject: Re: More questions about scripting iPhoto
- From: Michelle Steiner <email@hidden>
- Date: Tue, 26 Feb 2008 09:10:05 -0700
On Feb 25, 2008, at 9:11 PM, Mark J. Reed wrote:
repeat with tag in keywords
if tag's name is desiredTagName then
set desiredTag to tag
end if
end repeat
Instead of a loop, how about this:
if desiredTagName is in name of keywords then set desiredTag to
desiredTagName
-- Michelle
--
13.1 Because I can
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden