Folks,
In a related endeavour to my post also today is there any method by which I can Programmatically generate of macros?
For example if a had a set of tiddlers prefixed $:/macrotranscludes/
eg {{$:/macrotranscludes/action-no}} containing something to do when "action-no" etc..
could I in some way "Dynamically" list and define the tiddlers such that the following macro's were generated and active?
\define action-no() {{$:/macrotranscludes/action-no}}
\define tiddler2() {{$:/macrotranscludes/tiddler2}}
\define tiddler3() {{$:/macrotranscludes/tiddler3}}
Thanks in advance
Tony