Hi CL,

With a qualified state, always wrap the context in which you want to use it 
and never calculate it twice:

\define minimalTestCase(limit)
<$list filter="[tag[Filter Operators]sort[title]limit{$limit$}]">
<$link><$view field="title"/></$link><br>
</$list>
\end

<$vars state=<<qualify "$:/state/this">>>

<$select tiddler=<<state>>>
    <option></option>
    <option>10</option>
    <option>20</option>
    <option>30</option>
</$select>

<$macrocall $name="minimalTestCase" limit=<<state>>/>

</$vars>


Best wishes,

Tobias.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/fc4045be-b1ec-4a62-9f10-9b9edb5c7695%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to