16 Jan
2002
16 Jan
'02
3:57 p.m.
Max M wrote:
Mark Snellings wrote:
you probably only need to combine a few of the things you allready know (untested)::
<dtml-in "test.fileIds()"> <dtml-var "_['sequence-item'].data"> </dtml-in>
hmmm! that would be: <dtml-in "test.fileIds()"> <dtml-var "_[_['sequence-item']].data"> </dtml-in> regards Max m