filter?

Mark Wieder mwieder at ahsoftware.net
Thu Jun 23 01:02:48 EDT 2011


Dick-

Wednesday, June 22, 2011, 9:19:57 PM, you wrote:

> Even though it may not always be the fastest, lean code has some appeal: there's no loop.

> function intersectionOfLists t1, t2
>    split t1 by cr and tab
>    split t2 by cr and tab
>    intersect t1 with t2
>    return the keys of t1
> end intersectionOfLists

! Thanks ! I was wracking my brain trying to figure out how I could
apply split in this situation. I *completely* forgot about the
intersect command,

-- 
-Mark Wieder
 mwieder at ahsoftware.net





More information about the use-livecode mailing list