• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Filtering Out Missing Value
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Filtering Out Missing Value
      • From: Shane Stanley <email@hidden>
References: 
 >Filtering Out Missing Value (From: Christopher Stone <email@hidden>)
 >Re: Filtering Out Missing Value (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Filtering Out Missing Value
  • Next by Date: Re: Filtering Out Missing Value
  • Previous by thread: Re: Filtering Out Missing Value
  • Next by thread: Re: Filtering Out Missing Value
  • Index(es):
    • Date
    • Thread