On Fri, 14 Sep 2001, Kenny Smith wrote:

> I'm looking for something simliar to the loop_context_vars __ODD__, __LAST__
> etc, but one that is what number the element is in the loop. I want to
> display a list of things with numbered bullets..
>
> 1) stuff
> 2) stuff
> 3) etc...

No, nothing like that is built in.  It's too simple to do yourself!  When
you're building your loop array, just do:

  $row->{counter} = $counter++;

-sam



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to