> I get an error: > I have read on the group in a previous post that << in forEachTiddler > is a problem as the macro thinks it has finished. > I've tried "<"+"<+ and all sort of things, but can't get it to work.
According to the ForEachTiddlerMacro documentation: ------------------------- You may use other macro calls into the expression, especially in the actionParameters. To avoid that the >> of such a macro call is misinterpreted as the end of the <<forEachTiddler...>> macro you must escape the >> of the inner macro with $)) E.g. if you want to use <<tiddler ...>> inside the forEachTiddler macro you have to write <<tiddler ...$)). ------------------------- -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

