Hello,

I am new in this group. First of all, congratulations and thanks for the 
work in Tiddlywiki

I have a problem with var in Macro. The first example work but the second 
no. ¿why?:

1 example:

\define countTag(tag:picture)
$tag$  <$list filter="[tag[$tag$]count[0]]"/>
\end

<<countTag>>

Result:  picture 2 <https://jorgebenitezlopez.com/tiddlywiki/about/#2>



2 example:

\define countTag2()
<<tag2>>: <$list filter="[tag[<<tag2>>]count[0]]"/>
\end

<$set name=tag2 value=picture>
<<countTag2>>
</$set>


Result:  picture 0



I have 2 tiddlys with the tag picture. Why the result is different????

Thanks

-- 
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/36507a77-44c2-4f3a-a65a-2d3e4c6e058an%40googlegroups.com.

Reply via email to