This gives me the index of the last item of the batch, but the index is relative to the entire sequence, not just the batch. I need just the number of items in the current batch. The ones listed in the ZQR / Zope Book don't help. Any other ideas? _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
-----Original Message----- From: Loren Stafford [mailto:lstafford@morphics.com] Sent: Tuesday, April 24, 2001 4:43 PM To: Ron Bickers; zope@zope.org Subject: RE: [Zope] dtml-in: number of items in current batch
This is what I've been using in our employee directory listing. Sure looks unfamiliar, tho. Don't know where I found it.
Found <dtml-var "_['sequence-step-end-index']+1"> items.
OK. Now I find it in the ZQR. It's the end index of the current batch. Look in the ZQR for more variables.