Tony It can be helpful to state what you want to achieve separate from the partial solution that has a problem.
However I think what you are trying to do may be a common need, could you restate what you want, its easier than me reverse engineering first? Regards Tony On Wednesday, May 27, 2020 at 9:15:31 AM UTC+10, Tony K wrote: > > relevant portion of the code below > > > <$vars lastEntry="""{{{ [<Content>split[<br />]!is[blank]last[]] }}}"""> > > <$list filter="[<Content>split[<br />]!is[blank]]" > variable="entry"> > <<lastEntry>> <$text text=<<entry>>/> <br> > <$set name=isLast filter="[<entry>match<lastEntry>]" > value="true" emptyValue="false"> > <<isLast>> > </$set> > </$list> > </$vars> > > lastEntry is the last split of <Content> with <br /> > > <Content> is being split with <br /> and being fed into a variable entry > > for each entry i am comparing <<lastEntry>> with <<entry>>, I want to set > isLast to true when it is the last entry > > needless to say i can't get it to work :) > > thanks > -- 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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7b947fd0-a755-4e7c-b8e0-5fc8caf550d4%40googlegroups.com.