[Zope] total "hits" in dtml-in?
A M Thomas
am@virtueofthesmall.com
Tue, 16 Jul 2002 19:36:28 -0400
That's what I wanted - I must have looked straight at it several times.
Thank you.
- Am
Dieter Maurer wrote:
>
> A M Thomas writes:
> > ...
> > How can I get the _total_ number of returned results for a <dtml-in>
> > statement
> "dtml-in" defines a lot of sequence variables, among others
> "sequence-length", the length of the sequence.
>
> You know, that you can use the "prefix" attribute to "dtml-in" to
> give it a slightly more convenient name...
>
> Dieter