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/35968cdc-c186-45ff-979c-aef99fd36d98%40googlegroups.com.