The built-in tools don't work that way. You would probably need to write a widget or a javascript macro if you really want to do something step-wise.
But it if you explain what exactly it is you want to accomplish, there are a lot of clever people in this forum who have thought up all sorts of ways to accomplish complex tasks with the existing toolset. Mark On Sunday, September 13, 2015 at 3:08:29 AM UTC-7, Bob Flandard wrote: > > Hello Evolena, > > Thank you for your code suggestion but it's a bit too abstract for my tiny > brain. I was thinking of something of the form: > > \define myMacro(arg1 arg2) > for i in arg1: > make a string that does something useful and insert $arg1[i]$ and > $arg2[i]$ values > \end > > myArray1=[string1, string2, string3] > myArray2=[number1, number2, number3] > > <<myMacro 'myArray1' 'myArray2'>> > > > I could call a macro multiple times with different arguments, but I was > hoping to simplify it and do it in a single call passing arrays. > > Thanks, Bob > > > > > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/25f580e4-cc87-479c-8352-0e885cf23466%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

