Re: Trimming down a list
Re: Trimming down a list
- Subject: Re: Trimming down a list
- From: Steve Thompson <email@hidden>
- Date: Wed, 10 Apr 2002 17:08:17 +0100
on 10/4/02 4:22 pm, Paul Berkowitz at email@hidden wrote:
>
if thisItem is not in k then set end of k to thisItem
I changed it to:
if thisItem is not in k then set k to k & thisItem
And it works. Is that a bug or does list not understand end of?
_______________________________________________
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.