Hi, Tobias!
Basically, I have crew members. Each crew member has a table listing
their past positions/ranks/posts. I've cobbled up together a plugin
(1) that can get the crew for a particular ship. I'm using the
FatSlicePlugin (2) to parse the table as multi-value slices. The
FatSlicePlugin requires a row name. I use the numbers, so I can simply
use [j] for row name in a for-loop. Unfortunately, this means that if
I add an entry to a crew member retroactively, I need to manually
renumber the table. It's annoying and it's currently not that big of a
deal, but I can think of some cases where it would be time consuming.
(1)
http://crewlist.tiddlyspot.com/
(2)
http://svn.tiddlywiki.org/Trunk/contributors/PaulDowney/plugins/FatSlicePlugin/
w