Sys2Write: Difference between revisions
Appearance
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..." |
(No difference)
|
Revision as of 04:40, 10 January 2016
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.