[EMAIL PROTECTED] wrote:
> Hi Deryk,
> 
> Not sure if this is what you mean or not..
> 
> If no port-id is specified, an available port will be allocated
> (This example works in Rebol/View)
> 
> my-conn: open tcp://
> my-conn/port-id
> ==2664
> >> my-conn2: open/lines tcp://
> >> my-conn2/port-id
> == 2665

Allen,

Yeah, that's exactly what I was hunting for. Perhaps this should be
documented. :)

Thanks!

Regards,
Deryk

Reply via email to