Difference: 0LASubrStreamOpen (4 vs. 5)

Revision 52012-01-24 - JeanNeron

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

.STREAM OPEN

Line: 6 to 6
 

Usage:

Changed:
<
<
      PASS        <stream_name>                              SHARE? N
      PASS        <pathname>                                 SHARE? N
      PASS        <open_mode>                                SHARE? N
      PASS        <line_termination>                         SHARE? N

>
>
      PASS         <stream_name>              FIELD            SHARE? N
      PASS         <pathname>                 FIELD            SHARE? N
      PASS         <open_mode>                FIELD            SHARE? N
      PASS         <line_termination>         FIELD            SHARE? N

  GOSUB --- .STREAM OPEN * check for errors IF --- .STREAM OPEN NE
Line: 28 to 29
  <line_termination> identifies how each line will be terminated. Valid values are LF, CR/LF or NONE. This paremeter is optional, and if not specified will default to CR/LF for Windows based servers and LF for all other servers. These characters will be added to the end of every line when you write it, or removed from every line when you read it.
Changed:
<
<
You can open more than one stream file at at time, so long as the <stream_name> is different.
>
>
You can open more than one stream file at at time, so long as the <stream_name> is different. Once opened, a stream file stays open until either it is explicitly closed via .STREAM CLOSE or .STREAM CLOSE ALL or your session ends.
 
Deleted:
<
<
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.

 
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