Re: I can't get the correct syntax for this filter
Re: I can't get the correct syntax for this filter
- Subject: Re: I can't get the correct syntax for this filter
- From: "Mark J. Reed" <email@hidden>
- Date: Thu, 21 Aug 2008 10:44:41 -0400
On Thu, Aug 21, 2008 at 10:03 AM, Skeeve <email@hidden> wrote:
> I hate it! Why do *I* always find bugs? WHY?
Just lucky?
How about a loop? Assuming that "property list item whose name is
blah" is more efficient than looping over the property list items and
checking ourselves, you can loop over the id's:
set res to {}
repeat with dbid in dbis
set end of res to first property list item whose name is dbid
end repeat
--
Mark J. Reed <email@hidden>
_______________________________________________
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