.STREAM CLOSE ALL
This subroutine is called close all file streams and free up their resources.
Usage:
GOSUB --- .STREAM CLOSE ALL
* check for errors
IF --- .STREAM CLOSE ALL NE
Description:
This subroutine is not passed any fields. It cycles through all currently open stream files and performs a close on each.
To close a specific stream file, see
.STREAM CLOSE.
Comments:
Read what other users have said about this page or add your own comments.
--
PeteBrower - 2011-08-12