Jump to content

Sys2Read: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page RxUtilEx - Sys2Read to Sys2Read
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Read bytes from a previously-opened stream (wrapper to DosRead).
Read bytes from a previously-opened stream (wrapper to [[DosRead]]).


==Arguments==
==Arguments==
REXX ARGUMENTS:
REXX ARGUMENTS:
  1. File handle (as returned by Sys2Open or Sys2CreateNamedPipe).
# File handle (as returned by [[Sys2Open]] or [[Sys2CreateNamedPipe]]). (REQUIRED)
    (REQUIRED)
# Number of bytes to read. (REQUIRED)
  2. Number of bytes to read. (REQUIRED)


==Return Value==
==Return Value==
REXX RETURN VALUE:
REXX RETURN VALUE: String containing the bytes read, or "" in case of error.
  String containing the bytes read, or "" in case of error.


[[Category:RxUtilEx]]
[[Category:RxUtilEx]]

Revision as of 04:52, 3 May 2020

Read bytes from a previously-opened stream (wrapper to DosRead).

Arguments

REXX ARGUMENTS:

  1. File handle (as returned by Sys2Open or Sys2CreateNamedPipe). (REQUIRED)
  2. Number of bytes to read. (REQUIRED)

Return Value

REXX RETURN VALUE: String containing the bytes read, or "" in case of error.