[Zope] Do While Loop Equivalent

Dennis Allison allison@sumeru.stanford.EDU
Wed, 21 May 2003 13:27:57 -0700 (PDT)


What's the context-- Python, DTML, ZPT, ???

On Wed, 21 May 2003, McDonnell, Larry wrote:
> 
> I have been searching for a while but I am coming up empty. I am writing a
> module that needs to create a block of records in the db so they can be
> updated at a later time. In the good old days, I would use a do while loop
> (do something while x < 10). How can this be done? And as always any
> pointers will be appreciated, thanks.
>