For Loop w/time interval

From: <artmerar_at_gmail.com>
Date: Mon, 17 Jun 2013 08:22:23 -0700 (PDT)
Message-ID: <9fe86cad-dd09-4a62-943a-e8a2d6e68518_at_googlegroups.com>


Hi,

I need to write a FOR LOOP which uses minutes as the interval, from a start time to and end time.

So, maybe something like this (pseudo english):

For x IN (8:30 - 3:00 INTERVAL 1 minute) LOOP
.
.
.

END LOOP Where X will be the HH:MI that the loop is performing on. I'll need access to that HH:MI to compare it against other things.

But, how to create the loop which will use the hour / minute?

Thanks! Received on Mon Jun 17 2013 - 17:22:23 CEST

Original text of this message