Hi Andy, << Let's say I'm waiting on a tcp port for a character string. Currently, in my clock update feel, I'm checking if there are any characters available on the port. This works pretty well, but isn't elegant. (I hate polling :-) ) Is there any way to set rebol up to trigger a call to a routine automatically if any characters are received at the port ? >>
Have you tried WAIT. It works on ports as well as time intervals. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
