Re: A Satimage question
Re: A Satimage question
- Subject: Re: A Satimage question
- From: Deivy Petrescu <email@hidden>
- Date: Sat, 02 Jun 2018 11:18:59 -0400
I have the same result, I believe it is a bug.
If you type the exact text it removes it, but if the capitalization is changed,
it is not removed even if you use without case sensitive.
> On Jun 2, 2018, at 10: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?
>
> Jim Brandt
> _______________________________________________
> 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
Deivy Petrescu
email@hidden
_______________________________________________
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