Hi,
please try this as a DTML Method:
<dtml-let l="[[1, 2], [3, 4]]">
<dtml-in l>
<dtml-var "_['sequence-item']"><br>
</dtml-in>
</dtml-let>
<dtml-let l="[(1, 2), (3, 4)]">
<dtml-in l>
<dtml-var "_['sequence-item']"><br>
</dtml-in>
</dtml-let>
Why should the two results differ ?
S.
--
St�fane Fermigier, Tel: 06 63 04 12 77 (mobile).
http://nuxeo.com/ & http://portalux.com/ & http://aful.org/
"Amazon: we patent the dot in .com"
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )