contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
modifier   referents-allowed    
  Related Syntax   Related Concepts  

Syntax

  with referents-allowed (& open-modifier)*


Purpose

This modifier allows referents to be written to a stream.

Streams opened (or reopened) using this modifier will not have data written to their attachments (for example, files) until the current referent scope is closed and its referents resolved. If the stream was opened in the global referent scope, referents are not resolved until the program ends, so these referent-allowed streams opened as files should not be used as input to a later part of the program.

The contents of streams attached to buffers or referents opened with the referents-allowed modifier, and then closed, can be written only to other streams that were opened with the referents-allowed or referents-displayed modifier.

    Related Syntax
   open
   referents-displayed
   reopen
 
Related Concepts
   Referent set nesting depth
   Referents: allowing referents in main output
   Referents: copying
   Referents: default definitions for a reopened stream
   Referents: final destinations
   Referents: writing referents to a stream
   Referents: writing to different types of streams
   Referents: writing to external output streams
   Streams: reopening
 
----

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:14 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.