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

[REBOL] Stack overflow

From: moeller_thorsten::gmx::de at: 28-Jun-2001 9:32

Hi, i have some problems with an app i put together. There is a wait loop which is testing for an time argument to come true and send/receive a mail. This wait-loop always ends up in an stack overflow error. receive: [ 15:45 (code ......)] wait-loop: does [ dispatch [1 [ if equal? now/time first receive [ do next receive ] ] wait-loop ]] Any suggestions? Perhaps there is anybody who can help me out with a little code to do this. Thorsten