Yes with the creative use of the filter operators you can do it
Here's an example using the letters of the alphabet as the input filter
expression
<table>
<$list filter="1 5 9 13 17 21 25" variable ="rows">
<$list filter="a b c d e f g h i j k l m n o p q r s t u v w x y z
+[nth<rows>]" variable="cell">
<tr>
<td> <<cell>> </td>
<$list filter="a b c d e f g h i j k l m n o p q r s t u v w x y z
+[allafter<cell>limit[3]]" variable="this">
<td> <<this>> </td>
</$list>
</tr>
</$list>
</$list>
</table>
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/1b7adc06-ae64-44af-a9ff-22d2f1957b54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.