Unfortunately, I've never found it possible to pass a macro with a 
parameter inside another widget . You need to wrap it in a wrapper so the 
parameter is hidden. This worked for me, but I don't have your test data, 
or know how you're planning to use the results:

\define baseElem() <$macrocall $name=getElementID basename=$(basename)$/>
<$set name="basename" value={{$:/isms/tmp/NewISMSElement!!name_base}}>
<$set name="elementID" value=<<baseElem>> >

</$set></$set>

Good luck!
Mark



On Wednesday, July 13, 2016 at 7:59:01 AM UTC-7, Hans Maulwurf wrote:
>
> ok, one last question
>
> how do i give the variable "basename" to the inner macrocall inside the 
> second/nested set??
>
> <$set name="basename" value={{$:/isms/tmp/NewISMSElement!!name_base}}>
> <$set name="elementID" value=<<getElementID <<basename>> >> >
>
> </$set></$set>
>
>
>

-- 
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/833f2a16-aa95-47df-b18f-7d3a543f3c50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to