----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 19, 2000 11:00 PM Subject: [REBOL] using tcp:// with an unknown port Re:(2) > [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. :) http://www.rebol.com/howto.html#tcp.html It is in the "how-to", under "Opening an Listen Port" but I didn't see it mentioned in the other docs. Cheers, Allen K
