Sys2Read: Difference between revisions
Appearance
m Ak120 moved page OS2 API:RXUTILEX:Sys2Read to RxUtilEx - Sys2Read |
m Ak120 moved page RxUtilEx - Sys2Read to Sys2Read |
(No difference)
|
Revision as of 04:51, 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.