try following:
 messages : read %yourfile.txt
 message: parse/all message "." ;if your message separated by "." or if per line a 
message use this:  message: read/lines %yourfile.txt

 while [first message] [
   send [EMAIL PROTECTED]  trim (first message)
   wait [24:00:00]
   message: next message
]

 --gerry


----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 15, 1999 1:10 AM
Subject: [REBOL] Sending a new message every day..


> Hello...
> 
> How do I make REBOL send a new message every day? ie.: If I have a txt file
> with 100 different messages, and I want REBOL to start from the top and send
> a message every day....??
> I was told that REBOL could do it, but have no idea..
> 
> Rolf C Torp
> 
> 

Reply via email to