Hello,

Apologies for awkward phrasing in the title :) Here's what I mean, in code:

TiddlerTest1!!list = banana apple
TiddlerTest2!!list = banana

<$list filter="[all[tiddlers]search:title[TiddlerTest]has[list]]">
<$list filter="[list[!!list]]">

output: *banana apple banana*

</$list>
</$list>

The output I get is*: banana apple banana*
What I'm trying to get is: *banana apple* -- so, basically a list of *unique 
*list items. 

I know that the problem here is that I have a "for loop" within a "for 
loop" (in Python speak) and no way of eliminating thus produced duplicates.

Could anyone suggest a fix to my lists that would produce a list of unique 
items?

Thank you in advance.

Regards,
Hubert

-- 
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/356db9e0-a270-4642-97a4-fc11529724df%40googlegroups.com.

Reply via email to