[EMAIL PROTECTED] wrote:

> I'm using direct right now, I have checked pass-through, too,
> but wasn't able to resolve this way ...

Using a pass-thru you can define copy, pick etc. to do exactly
what you want. Notice that the native READ is rougly equivalent
to:

read: func [target] [ 
   port: open target
   result: copy port
   close port
   result
]

so if you define COPY in the right way for your protocol...

Ciao,
    /Gabriele./
o--------------------) .-^-. (----------------------------------o
| Gabriele Santilli / /_/_\_\ \ Amiga Group Italia --- L'Aquila |
| GIESSE on IRC     \ \-\_/-/ /  http://www.amyresource.it/AGI/ |
o--------------------) `-v-' (----------------------------------o

Reply via email to