• 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: Doing a boolean on a list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Doing a boolean on a list


  • Subject: Re: Doing a boolean on a list
  • From: "Marc K. Myers" <email@hidden>
  • Date: Fri, 21 Dec 2001 16:15:07 -0500
  • Organization: [very little]

> Date: Fri, 21 Dec 2001 02:49:25 -0700
> Subject: Doing a boolean on a list
> From: Gnarlodious <email@hidden>
> To: "AppleScript (Gnarlodious)" <email@hidden>
>
> How to?
>
> set x to the entries in dropped [opt-L]
> whose types are in {"ttro", "TEXT"} and [opt-L]
> creator is "ttxt" to a depth of -1 as alias

If "dropped" is a list this won't work because "the entries in" only
works on containers.

Other than that, get rid of the "and". It's not part of Akua's syntax.
The "creator is" should be changed to "whose creator is in" and the
object for that parameter is a list, just like the one for file type.

Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074

[12/21/01 4:14:16 PM]


  • Prev by Date: Re: [OSX] AppleScript Studio, la tornade arrive.
  • Next by Date: Re: Doing a boolean on a list [Correction]
  • Previous by thread: Re: Doing a boolean on a list
  • Next by thread: Re: Who uses AppleScript
  • Index(es):
    • Date
    • Thread