.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