Actually, I need the local variables of the containing macro. I have about twenty different macros and each has between three and twenty variables. I was hoping for a simple way for each macro to list the names of the variables so that that same macro would reuse that list as an array for further processing. I was hoping to avoid having to manually type all of the variables for each macro.
w On 14 mar., 12:18, Jeremy Ruston <[email protected]> wrote: > > 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 > > athttp://groups.google.com/group/tiddlywiki?hl=en. > > -- > Jeremy Ruston > mailto:[email protected]://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.

