[EMAIL PROTECTED] writes:
 > I am using a script to display the contents of a folder, but I 
 > wonder how I might display a document count of the dtml 
 > documents in a folder?
You want to get the length of a list, in your case the return
value of "objectIds".

This is a FAQ:

        you use "_.len(<list expression>)" or
        (insided a dtml-in) "<dtml-var sequence-length>".


Dieter

_______________________________________________
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 )

Reply via email to