On Sat, 24 Jun 2000, Dieter Maurer wrote:
> Andy McKay writes:
> > How do I find the size of the results returned by the catalog?
> <dtml-let results=Catalog(....)>
> <dtml-var "_.len(results)"> <-- the results' length -->
> </dtml-let>
Or you can use the variable 'sequence-length'. Remember that
if you want to use it in an expr you have to say _['sequence-length'].
--RDM
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
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 )