Hi,

if I've the following macro:
\define myMacro(par1:"A" par2:"B" par3:"C")
$par1$-$par2$-$par3$
\end
I can call it using the short syntax <<myMacro XY>> to get the output = 
XY-B-C without specify the parameter names (only the position).

But if I use <$macrocall> widget with the same way <$macrocall 
$name="myMacro" XY /> it seems not working. any idea how to make this work?

My use case,
I've some macro names as "variables", they are not identical but are the 
same category (so their parameter names are different).
My option now is to re-name all parameters to be the same, but I want to 
check first if there is way .


Thanks in advance

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4f1ec20f-b36d-4e09-8539-52c13eaf3b66n%40googlegroups.com.

Reply via email to