Here's another approach that uses recursion:

\define merge(list1,list2)
<$list filter="[[$list1$]!match[]then[$list2$]!match[]]">
<$text text={{{ [enlist:raw[$list1$]first[]] }}}/> - <$text text={{{ 
[enlist:raw[$list2$]first[]] }}}/><br>
<$macrocall $name="merge" list1={{{ [enlist:raw[$list1$]rest[]join[ ]] }}} 
list2={{{ [enlist:raw[$list2$]rest[]join[ ]] }}} />
</$list>
\end

<$macrocall $name="merge" list1={{!!select-color}} 
list2={{!!price-select-color}} />

-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2dced191-c1b3-4936-870a-43f7ce7a8a40n%40googlegroups.com.

Reply via email to