Re: Is "item n whose..." valid?
Re: Is "item n whose..." valid?
- Subject: Re: Is "item n whose..." valid?
- From: Chris Page <email@hidden>
- Date: Mon, 3 Jun 2002 04:07:30 -0700
On Monday, June 3, 2002, at 02:07 AM, Chris Page wrote:
So what does the following mean?
first application process whose frontmost is true
To answer my own question, this means roughly:
1. Create a list that contains "first application process".
2. Return the items in the list that match the whose test.
So
items 10 through 25 whose foo is bar
First selects items 10 through 25, then applies the whose rules to
those fifteen objects.
When I try something similar with my app, I get an error.
I guess I'll just have to look a little harder at my code to see
why this doesn't work.
--
Chris Page - Mac OS Lead, Palm Desktop - Palm, Inc.
It's turtles all the way down.
_______________________________________________
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.