Re: [Zope] How do I specify a list element?

2000-07-06 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > I have a list (I think) created this way: > > (date = '31-DEC-1999') > > > > so now REQUEST['MyList'] should contain 3 elements: > 31 DEC 1999 > > How, in dtml, do I say "give me the value of the 1st element of MyList" or > the second or third. > >

Re: [Zope] How do I specify a list element?

2000-07-05 Thread Tino Wildenhain
[EMAIL PROTECTED] wrote: > > I have a list (I think) created this way: > > (date = '31-DEC-1999') > > > > so now REQUEST['MyList'] should contain 3 elements: > 31 DEC 1999 > > How, in dtml, do I say "give me the value of the 1st element of MyList" or > the second or third. > > I've tried