[REBOL] Re: A question in time saves... Clouds???
From: jimbo:sc:starcat:ne:jp at: 5-Jun-2001 19:19
Ah! yes.. thankyou, I see it.
I kinda remember that now too.
00:00:00 = HH:MM:SS = Timer
00:00 = HH:MM = Time of day
0 = S = Timer in seconds
Thanks for that! Now you wouldn't happen to know how to
put many "Time of day" strings in a data block would you?
I need the wait command to hold execution until specific
times of day. Like a chime every 30 minutes at
exactly 1:00, 1:30, 2:00, 2:30, etc.
Can I just do:
wait [12:00, 12:30, 13:00, 13:30, 14:00, 14:30,
15:00, 15:30, 16:00, 16:30, 17:00, 17:30,
18:00, 18:30, 19:00, 19:30, 20:00, 20:30,
21:00, 21:30, 22:00, 23:30, 00:00, 00:30,
01:00]
in a loop?
Graham Chiu wrote: