> a bit astonished that <<macrocall>> and <<variablename>> share the same syntax
Macros and variables are the same thing. It's probably best to think of a macro as being a variable that takes parameters. \define myMacro() my macro text is equivalent to: <$set name="myMacro" value="my macro text"> The difference between the two syntaxes is that you can only specify parameters using the macro syntax. Best wishes Jeremy On Sun, Mar 9, 2014 at 1:03 PM, Stephan Hradek <[email protected]>wrote: > > > Am Sonntag, 9. März 2014 13:58:08 UTC+1 schrieb ruddb: > >> Thanks, your answer was straight on. Let me try that approach. May I know >> if this is documented and available in the TW5 help? I did not see this >> |direct| method before. >>> >>> >>> Neither can I remember to have seen it documented. I just saw it in a > reply Jeremy once gave somewhere and was a bit astonished that > <<macrocall>> and <<variablename>> share the same syntax. > > -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

