REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 6-Feb-2009 Edit History  

REBOL 3 Errors: already-open

An attempt was made to open a port that was already open.

Message:

["Port" :arg1 "already open"]

Example:

p: open %file.txt
filter-error try [open p]
** Access Error: Port file.txt already open
** Where: open p


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin