Re: Filtering Out Missing Value
Re: Filtering Out Missing Value
- Subject: Re: Filtering Out Missing Value
- From: Christopher Stone <email@hidden>
- Date: Tue, 22 May 2012 19:57:54 -0500
On May 22, 2012, at 19:43, Shane Stanley wrote: On 23/05/2012, at 10:19 AM, Christopher Stone wrote: Is there an easy way to filter out missing value from the results of these in BBEdit?
If all the items that aren't missing value are of the same class, you can do it simply like this:
______________________________________________________________________
Hey Shane,
Great idea, but I can't make it work with files.
tell application "BBEdit" set fL to file of every project document set fL to files of fL end tell set l to {} repeat with i in fL set end of l to class of i end repeat l fL
Can you? If so I'd be grateful for an example.
Thanks.
-- Take Care, Chris
|
_______________________________________________
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