Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How to tell if a port is open/closed ?

From: arolls::bigpond::net::au at: 20-Aug-2001 16:53

Well, that's what I'm now doing, but I thought there should be a way to see if port is open first. I tried if port? port [close port] as Tim suggested, but I get the same error. Anyway, it's resolved by catching the error. Regards,