On Thu, 6 Mar 2003, fglock wrote: > That's ok, you might have that if you _have_ a start time. What if the > recurrence does not have a start time?
How could it not have a start time? > Once you have a start date and you have some way of knowing when to stop > the iteration, it is ok to setup a $set->iterator. Otherwise, you don't > know where to start, and you don't know where to stop. The sub ref that handles creating the recurring dates can simply return undef when it's time to stop. The iterator doesn't have to know _when_ this will happen. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
