• 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: A Satimage question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A Satimage question


  • Subject: Re: A Satimage question
  • From: Steve Mills <email@hidden>
  • Date: Sat, 02 Jun 2018 10:08:52 -0500

> On Jun 2, 2018, at 09:48, Jim Brandt <email@hidden> wrote:
>
> I’m having an issue with the exclude items command in the Satimage OSAX.
>
> Here’s my script:
>
> set ButtonList to {"Yes", "No", "Ok", "Cancel"}
> set ButtonList to exclude items {"ok"} from ButtonList without case sensitive
>
> Here’s the result:
>
> {"Yes", "No", "Ok", "Cancel”}
>
> if I do this:
>
> set ButtonList to {"Yes", "No", "Ok", "Cancel"}
> set ButtonList to exclude items {"ok", "OK", "Ok"} from ButtonList without
> case sensitive
>
> the result is:
>
> {"Yes", "No", "Cancel”}
>
> Is this a bug in Satimage? Or am I not understanding something?

What’s the bug? That looks correct to me. It excluded “Ok” from your input
list, which is one of the exclusions you gave it.

Steve via iPad

 _______________________________________________
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

References: 
 >A Satimage question (From: Jim Brandt <email@hidden>)

  • Prev by Date: A Satimage question
  • Next by Date: Re: A Satimage question
  • Previous by thread: A Satimage question
  • Next by thread: Re: A Satimage question
  • Index(es):
    • Date
    • Thread