ah yes, at a closer look at the source.... :)

hmm, however, if I for example do like:

dispatch [
  port1 [print first port1]
  port2 [print first port2]
]

it waits for the first port before printing the input on the second..
both the ports are open/direct/lines

ideas?

Cheers, malte

>Note the 'foreach:
>        foreach [port job] port-block
>    There's a job after each port value. Try:
>        dispatch [port1 Port1Handler port2 Port2Handler]
>    and have:
>        Port1Handler: func [...
>    etc.
>
>I hope that helps!
>
>Andrew Martin
>ICQ: 26227169
>http://members.ncbi.com/AndrewMartin/
>http://members.xoom.com/AndrewMartin/
>-><-
>
>


-- 
Get your firstname@lastname email for FREE at http://NamePlanet.com/?su

Reply via email to