Re: [Zope] tuples in DTML

2000-12-26 Thread Michael Bernstein
Michael Bernstein wrote: > > Hi everybody, > > I've been messing with some external methods and I've got > one that returns a tuple. The tuple consists of a list and a > few strings. > > How do I access the tuple elements from DTML? Ok, I've been messing with it some more and I should have tri

RE: [Zope] tuples in DTML

2000-12-27 Thread Max M
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Bernstein > > > >Which (of course) displays the list as an single item along >with each of the strings: > ['list item 1', 'list item 2', 'list item 3'] > String 1 > String 2 > String 3 >Now, how do I iterate over the

Re: [Zope] tuples in DTML

2000-12-27 Thread Michael Bernstein
Max M wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael > Bernstein > > > > > > > > > >Which (of course) displays the list as an single item along > >with each of the strings: > > > ['list item 1', 'list item 2', 'list item 3'] > > String 1 > > String 2 > >