contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   is closed    
  Related Syntax    

Summary   Boolean

True if the stream is closed, false otherwise. Replacing is with isnt will reverse the results.

 

Syntax

  stream? stream-name indexer? (is | isnt) closed


Purpose

One type of stream test to check for the state of a stream to determine whether it is closed.

A stream is closed if the stream has been opened or reopened, and is now closed.

A stream must be closed to be used in a "%g" format item or in a string expression.

    Related Syntax
   %g
   is open
 
 
----  

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

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

Copyright © OmniMark Technologies Corporation, 1988-1999.