TonyK That is OK, I could have done a rudimentary second set of eyes for syntax issues.
As long as we solve each others problems in the end. Tony On Wednesday, May 27, 2020 at 8:20:59 PM UTC+10, Tony K wrote: > > @TonyM > > I always try to explain but still fails to :) sorry about that I will get > better with time > > Thank you > > @Eric @Saq > that was it !!! thanks a lot > > On Wednesday, May 27, 2020 at 2:15:31 AM UTC+3, 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/0860de9a-f34a-43ad-923d-c68d46743bc1%40googlegroups.com.