Re: "starts with" any list item
Re: "starts with" any list item
- Subject: Re: "starts with" any list item
- From: Nigel Garvey <email@hidden>
- Date: Tue, 30 Sep 2003 08:29:00 +0100
Gnarlodious wrote on Mon, 29 Sep 2003 08:34:34 -0600:
>
I'm looking for a shortcut.
>
>
I need to loop through this list:
>
>
set nullTitles to {"ASCII", "Index of ", "http"}
>
>
and say:
>
>
if the clippingTitle starts with (is in nullTitles) then
I suppose you've thought of this, but if you're that specific about
what's in the list, you don't need the list.
if the clippingTitle starts with "ASCII" or the clippingTitle starts
with "Index of " or the clippingTitle starts with "http" then
NG
_______________________________________________
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.