Difference: 0LASubrStreamWrite (3 vs. 4)

Revision 42016-03-02 - JeanNeron

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

.STREAM WRITE

Line: 8 to 8
 

Usage:

      PASS         <write_buffer>             FIELD            SHARE? N
      PASS         <stream_name>              FIELD            SHARE? N

Added:
>
>
PASS <binary_write_length> FIELD SHARE? N
  GOSUB --- .STREAM WRITE
    • check for errors IF --- .STREAM WRITE NE
Line: 23 to 24
  <stream_name> is the name of the previously opened stream (Required).
Added:
>
>
<binary_write_length> is an optional parameter and is only applicable if the file was opened in binary mode (5.4.4 & up). If the file is opened in binary mode and this parameter is not passed, it will default to the length of <write buffer>. The <write_buffer> field will be padded with spaces if necessary. If the length of <write_buffer> is greater than 32000, only the first 32000 bytes will be written.
 

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