It works,
I can't say what I did wrong, but you both were correct
I was confused thinking {{DatasetTemplate }} meant <$transclude
tiddler="DatasetTemplate" mode="block"/>. So now I know what <$view> means.
but I sorted it out.
These code blocks work
<$list filter="[{!!code}indexes[]rest{!!code_start}limit{!!code_len}]"
variable="ndx">
<$transclude tiddler={{!!code}} index=<<ndx>>/>
</$list>
<$set name="Cd" value={{!!code}}>
<$set name="St" value={{!!code_start}}>
<$set name="Ln" value={{!!code_len}}>
<$list filter="[<Cd>indexes[]rest<St>limit<Ln>]" variable="ndx">
<$transclude tiddler=<<Cd>> index=<<ndx>>/>
</$list>
</$set>
</$set>
</$set>
Thanks again
--
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.