Okay, thank you all for your help.

The final piece was put in place by Mark S. here:
https://groups.google.com/forum/#!topic/tiddlywiki/g1qp3_Ln-J4

and here's the final thing that works 

\define s.test.result(mytestname,myresult)
<$transclude tiddler="$mytestname$ Dxs" index="$myresult$"/>
\end

\define s.test(testname,testfield)
<$select tiddler="""$testname$""" field="""$testfield$""">
<$list filter="[list[testDictionary##$testname$]]"><!-- gets the list of 
options for this test-->
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$select>
<$set name="result" value={{$testname$!!$testfield$}}>
<$macrocall $name=s.test.result myresult=<<result>> mytestname="$testname$" 
/>
</$set>
\end

<<s.test "Lumbar Kemps" "lopp">>




-- 
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 post to this group, send email to [email protected].
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/46f6e48c-eb82-4bfd-907f-dff2ef2a4b69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to