<$set name="HasDuplicates" value="one two two three [[twenty one]] [[twenty one]] [[forty six]]">
<$list filter="[split:list<HasDuplicates>]">
</$list>
xXx
<$list filter="[enlist<HasDuplicates>]">
</$list>
</$set>--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/o7cwG5kYl4E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2fa8b904-a989-4820-be4e-8fcb058163cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<$set name="HasDuplicates" value="one two two three [[twenty one]] [[twenty one]] [[forty six]]">
<$list filter="[<HasDuplicates>split[ ]]">
</$list>Since here you are processing a list of elements stored in a data tiddler by index, do you control the delimiters to be used? Perhaps you choose appropriate delimiter(s) and split based on that eg commas or even multiple characters.
Regards
Tony