I'm trying to learn how to use the math operators in TW and having some 
issues. 

{{{ [[40]divide[4]] }}}


That works.

{{{ [[4]match[4]] }}}


And that works....

{{{ [[4]compare:number:eq[4]] }}}


That doesn't? I don't understand.... The documentation even says these 
operators are synonymous. I can't get any of the examples for the compare 
operator to return anything.

This is what I want to use the compare operator in, to return a certain 
number of items by using a field I've called sequence:

<ol>
<$list filter="[tag<currentTiddler>[get[sequence]]compare:number:lteq[3]]">
<li></li>
</$list>
</ol>

-- 
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/c38ee2e4-3faf-459a-a8fc-262126feab8c%40googlegroups.com.

Reply via email to