Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] A question in time saves... Clouds???

From: jimbo::sc::starcat::ne::jp at: 5-Jun-2001 14:56

Hi again, It's the Happy Hippy back with another question. Please forgive my repeated intrusions. O :-) I'm still working on the same automated cloud catcher. I've expanded it (cut & paste) to grab all nine sections needed for the cloud cover of the /entire/ earth which was my original goal. Everything is working OK except that the time required to do the nine grabs varries from set to set. So I got looking into it and it apears as if I can use the "WAIT" command with a block of times in brackets. I wonder... Is this true? If so what would it be formatted like? I feel pretty silly here, not even knowing basic REBOL syntax :-/ Ummm... wait [time1, time2 time3, time4, time5, time6] ??? and what does a time string look like? I could find wait 100 which is no. of seconds and I was shown wait 10:20:30, HH:MM:SS. How about a specific time like 11:32 PM ? -- Thanks for all your help so far and in advance for this. Jim HH