Re: Trimming down a list
Re: Trimming down a list
- Subject: Re: Trimming down a list
- From: Andy Wylie <email@hidden>
- Date: Thu, 11 Apr 2002 23:59:26 +1200
on 11/4/02 9:53 PM, Steve Thompson at email@hidden wrote:
>
{"An Item"} is in {{"An Item"},{"Another Item"}}
>
>
And
>
>
"An Item" is in {{"An Item"},{"Another Item"}}
>
>
... Both return false which confirms this which is the bit that I think is a
>
bug. A number of people including myself thought it would work so...
>
I wouldn't expect it to work so don't think it a bug :)
>
>
Anyway, adding "as text" fixes the problem:
>
>
set thisItem to item i of RemoveDups's listRef as text
>
>
set thisItem to item i of RemoveDups's listRef as text
>
set thisItem to (item i of RemoveDups's listRef)'s item 1
will speed it up considerably
_____________________________ Andy
_______________________________________________
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.