[Zope] Simple Iterator

Peter Bengtsson mail@peterbe.com
Mon, 29 Oct 2001 09:52:16 +0100


<dtml-in expr="_.range(number_attendees)">
     <dtml-var sequence-index>
     (alt. <dtml-var sequence-index>+1=<dtml-var sequence-number>
</dtml-in>


>How do I call the value of  _.range() within a <dtml-in> expression?
>
><dtml-in expr="_.range(number_attendees)">
>  Print the number "x"
></dtml-in>
>
>TIA,
>BenO
>
>
>
>_______________________________________________
>Zope maillist  -  Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>**   No cross posts or HTML encoding!  **
>(Related lists - http://lists.zope.org/mailman/listinfo/zope-announce
>http://lists.zope.org/mailman/listinfo/zope-dev )