.STREAM CLOSE

This subroutine is called close a file stream and free up it's resources.


Usage:

      PASS         <stream_name>              FIELD            SHARE? N
      GOSUB    --- .STREAM CLOSE
      *        check for errors
      IF       --- .STREAM CLOSE              NE
 

Description:

This subroutine is called to close a file stream previously opened via .STREAM OPEN.

This <stream_name> parameter is required. The subroutine will CANCEL if it is not received.

To close all open streams, use .STREAM CLOSE ALL.

Comments:

Read what other users have said about this page or add your own comments.


 

-- PeteBrower - 2011-08-12

This topic: APPX > WebHome > APPX510Features > APPXRuntimeSubroutineAPI > 0LASubrStreamClose
Topic revision: 25 Feb 2013, AlKalter
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback