Re: "starts with" any list item
Re: "starts with" any list item
- Subject: Re: "starts with" any list item
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 29 Sep 2003 10:33:30 -0700
On 9/29/03 8:35 AM, "Paul Berkowitz" <email@hidden> wrote:
>
>
> Or do I need to loop through the list incrementally?
>
>
Yes. Unless they're all the same length - then you could say
>
>
if {text 1 thru 5 of clippingTitle} is in {"ASCII", "Index", "http:"}
And even then you'd need a try/error block since clippingTitle might be
short than 5 characters and would error here.
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.