Jump to content

Sys2Write

From EDM2
Revision as of 04:40, 10 January 2016 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

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

Arguments

REXX ARGUMENTS:

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

Return Value

REXX RETURN VALUE:

 The number of bytes successfully written.