[REBOL] Re: open port with no network connection
From: antonr:iinet:au at: 17-Jul-2003 18:29
I don't know why, but this is what I've done before: listen: attempt [open/lines/direct join tcp://: port] if listen is none then I try to open again or quit. I found this necessary on Windows though I can't remember exactly why. :) Anton.