Difference: 0LASubrStreamOpen (1 vs. 2)

Revision 22011-08-17 - PeteBrower

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

.STREAM OPEN

Revision 12011-08-12 - PeteBrower

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

.STREAM OPEN

This subroutine is called to open a file stream.


Usage:

    PASS        <stream_name>                              SHARE? N
    PASS        <pathname>                                 SHARE? N
    PASS        <open_mode>                                SHARE? N
      PASS        <line_termination>                         SHARE? N
<opt> GOSUB   --- .STREAM OPEN
     *       check for errors
    IF      --- .STREAM OPEN              NE

Description:

This subroutine must be passed at least three field. These fields define the nature of the file being processed.

<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