Difference: 0LASubrStreamClose (1 vs. 3)

Revision 32013-02-25 - AlKalter

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.STREAM CLOSE

Line: 10 to 10
  GOSUB --- .STREAM CLOSE * check for errors IF --- .STREAM CLOSE NE
Added:
>
>
 

Description:

Revision 22012-01-24 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.STREAM CLOSE

Line: 13 to 13
 

Description:

Changed:
<
<
This subroutine must be passed one field. This field contains the symbolic name given to the file when it was opened.
>
>
This subroutine is called to close a file stream previously opened via .STREAM OPEN.
 
Changed:
<
<
<stream_name> identifies the symbolic name of the stream used to open the file. Passing this parameter is required.
>
>
This <stream_name> parameter is required. The subroutine will CANCEL if it is not received.
 
Changed:
<
<
This subroutine sets a result value in the corresponding results Token field.
>
>
To close all open streams, use .STREAM CLOSE ALL.
 

Comments:

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

Revision 12011-08-12 - PeteBrower

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.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 must be passed one field. This field contains the symbolic name given to the file when it was opened.

<stream_name> identifies the symbolic name of the stream used to open the file. Passing this parameter is required.

This subroutine sets a result value in the corresponding results Token field.

Comments:

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


<--/commentPlugin-->

-- PeteBrower - 2011-08-12

 
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