M
Marco Alting
Can anyone tell me how to write a routine that uses time-intervals, I would
like to dynamically create an array of times like this:
9:00
9:30
10:00
10:30
This has an interval of half an hour, but I want to be flexible for future
use, so a variable called interval should be set to define the intervals.
like to dynamically create an array of times like this:
9:00
9:30
10:00
10:30
This has an interval of half an hour, but I want to be flexible for future
use, so a variable called interval should be set to define the intervals.