Re: [tw5] Re: How to use a MacroParameter in an included second Marco?

2018-06-19 Thread Jan
Hello Mark, thanks a lot, the second solution works, in my constellation the first one somehow did not Yours Jan Am 20.06.2018 um 01:04 schrieb 'Mark S.' via TiddlyWiki: Well, this works, though it may not be what you have in mind: | \define firstlevel(param1:"the parameter") <> \end

[tw5] Re: How to use a MacroParameter in an included second Marco?

2018-06-19 Thread 'Mark S.' via TiddlyWiki
Well, this works, though it may not be what you have in mind: \define firstlevel(param1:"the parameter") <> \end \define secondlevel(param1:"the other parameter) And here I need $param1$ \end <> You could also package the first parameter as a variable: \define firstlevel(param1:"the