<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6603.0">
<TITLE>tuples of length 2 in DTML</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Tuples of length 2 just don't seem to work in DTML.&nbsp; I don't know what it is, certainly never seen any documented explanation before.&nbsp; The simple test below explains itself .</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Can anyone explain why the results are what they are?&nbsp; I'd go to the collector if it didn't seem like such a glaringly obvious quirk.&nbsp; I figure there must be some sensible reason why this happens, but my manual is missing that page.</FONT></P>
<BR>

<P><FONT SIZE=2 FACE="Arial">&lt;pre&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&lt;dtml-let tt=&quot;[('a',),('b','c',),('d','e','f')]&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">tt: &lt;dtml-var tt&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&lt;dtml-in tt&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">tt[&lt;dtml-var sequence-index&gt;]: &lt;dtml-var sequence-item&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;/dtml-in&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&lt;/dtml-let&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&lt;/pre&gt;</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2 FACE="Arial">Jim</FONT>
</P>

</BODY>
</HTML>