Re: Filter reference form question
Re: Filter reference form question
- Subject: Re: Filter reference form question
- From: Christopher Nebel <email@hidden>
- Date: Wed, 17 Dec 2003 21:28:19 -0800
On Dec 17, 2003, at 6:03 PM, Paul Berkowitz wrote:
On 12/17/03 11:19 AM, "Christopher Nebel" <email@hidden> wrote:
On Dec 17, 2003, at 7:42 AM, Brennan wrote:
every foo whose width is less than its length
This kind of filter fails...
Unfortunately, no application I've checked handles this correctly...
It doesn't fail in _every_ application:
tell application "Microsoft Entourage"
get every event whose start time = its end time
end tell
--> {event id 2063 of application "Microsoft Entourage"}
has pointed out to me offline that Tex-Edit Plus also gets it right:
tell document 1 of application "Tex-Edit Plus"
get every word whose first character is its last character
end tell
--> {"radar", "bob", "roger"}
It seems there's some hope...
--Chris Nebel
AppleScript Engineering
_______________________________________________
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.