Assume you have a macro called path in tiddler *aa *like (have NO tag) \define path() $:/folder1/subfolder11
Then in another tiddler called *bb *and tagged with *$:/tags/Macro* you have the below macro \define mymac(file) \import aa <$vars fullpath="$(path)$/$file$"> some code go here! <<fullpath>> is wrong! </$vars> \end Note to the import pragma! Call mymac like below in your tiddler of choice <<mymac readme>> You see wrong result for fullpath as $(mName)$ does not work anymore! I did not now when you import a macro, then you cannot use it like $(mName)$ This is the benefit of *well documented* Tiddlywiki !!!! What do you think? --Mohammad -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/48e6440a-9b4a-4a30-a64e-506c68484a16%40googlegroups.com.

