[tw] Re: how to pass a complex string into a tiddler macro

2011-06-12 Thread Eric Shulman
    forEachTiddler where 'tiddler.tags.containsAny($1.readBracketedList())' with the call to the tiddler macro as     tiddler ListTiddlers with: [[basic, kicks ,termsA2G]] This doesn't work. The error message is forEachTiddler ...: SyntaxError: missing ) after argument list The problem

[tw] Re: how to pass a complex string into a tiddler macro

2011-06-12 Thread steve
Eric: That did it! Thanks! Steve On Jun 12, 4:54 pm, Eric Shulman elsdes...@gmail.com wrote:     forEachTiddler where 'tiddler.tags.containsAny($1.readBracketedList())' with the call to the tiddler macro as     tiddler ListTiddlers with: [[basic, kicks ,termsA2G]] This doesn't