[EMAIL PROTECTED] wrote:

> When I try >> port/host I get Script Error  "port has no value"  I'm using a
> cable modem;  probably my User Preferences isn't set up properly, but 'send
> works ok.

Don't understand, sorry. Are you following my examples?

let's assume following scenario:

my-rebol-machine:
-------------------

listen: open/lines tcp://:8001
port: first wait listen

remote-rebol-machine: (or second instance of REBOL on the same machine)
-----------------------

remote: open/lines tcp://localhost:8001

once you execute above line, you will recognize first console is not in the wait
state (rotating odometer), but prompt is available to it once again. So return
to first instance of rebol, and try port/host, it should work ....

btw: what does port/port-id means? What is the number good for? Is it id number
of socket reserved for communication or what?

Thanks,

-pekr-

Reply via email to