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
 mwie...@ahsoftware.net


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to