.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: Main > WebHome > APPX510Features > APPXRuntimeSubroutineAPI > 0LASubrStreamClose
Topic revision: r3 - 2013-02-25 - AlKalter
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback