> I have a bunch of declared local variables whose values serve as named > parameters of a macro. However, I also need to use the names of the > variables, not the values. They would form an array, which I would > then parse and use for a for-loop. So, is there a way to list the > names of the variables?
No, there's no easy way to get at a list of the names of the parameters of each macro. Depending on your goal, perhaps you could simply type the required information? There are not a huge number of macros, at least in the core. Best wishes Jeremy > > w > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- Jeremy Ruston mailto:[email protected] http://www.tiddlywiki.com -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

