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

[REBOL] Re: how to correctly unset a word?

From: antonr:iinet:au at: 26-Apr-2003 14:47

Do this at the beginning of your script: attempt [close ccd] Also refer to "System Port Trap Example" posted by Carl Sassenrath here on Sun 13/10/2002. There you can see how to trap the escape and thus be able to close the port yourself. Check the other posts in the thread because there are some OS-specific issues there. Anton.