@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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/8445e1b4-7c29-4ad6-afc5-54fe2bf69579%40googlegroups.com.