Jump to content

Sys2Write: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


==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]]
[[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.