Jump to content

Sys2Write: Difference between revisions

From EDM2
Created page with "==Description== Write bytes to a previously-opened stream (wrapper to DosWrite). ==Arguments== REXX ARGUMENTS: 1. File handle (as returned by Sys2Open or Sys2CreateNamedPip..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
Write bytes to a previously-opened stream (wrapper to [[DosWrite]]).
Write bytes to a previously-opened stream (wrapper to DosWrite).


==Arguments==
==Arguments==
REXX ARGUMENTS:
# File handle (as returned by [[Sys2Open]] or [[Sys2CreateNamedPipe]]). (REQUIRED)
  1. File handle (as returned by Sys2Open or Sys2CreateNamedPipe).
# Data to be written. (REQUIRED)
    (REQUIRED)
  2. Data to be written. (REQUIRED)


==Return Value==
==Return Value==
REXX RETURN VALUE:
The number of bytes successfully written.
  The number of bytes successfully written.
 
[[Category:RxUtilEx]]

Latest revision as of 06:50, 3 May 2020

Write bytes to a previously-opened stream (wrapper to DosWrite).

Arguments

  1. File handle (as returned by Sys2Open or Sys2CreateNamedPipe). (REQUIRED)
  2. Data to be written. (REQUIRED)

Return Value

The number of bytes successfully written.