From: "Chris Withers" <chrisw@nipltd.com> > > Then you would probably find the Batch class from ZTUtils valuable. > > Is it documented anywhere? Can I import it into a PythonScript? Documentation is minimal, as yet, but it's *very* simple. from ZTUtils import Batch b = Batch(seq, 25, start=context.REQUEST.get('start', 0)) (after installing it, of course) Cheers, Evan @ digicool