[Zope] Simple Iterator

Ben Ocean zope@thewebsons.com
Sun, 28 Oct 2001 08:02:20 -0800


Hi;
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