Sys2Read: Difference between revisions
Appearance
Created page with "==Description== Read bytes from a previously-opened stream (wrapper to DosRead). ==Arguments== REXX ARGUMENTS: 1. File handle (as returned by Sys2Open or Sys2CreateNamedPip..." |
mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
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== | ||
# File handle (as returned by [[Sys2Open]] or [[Sys2CreateNamedPipe]]). (REQUIRED) | |||
# Number of bytes to read. (REQUIRED) | |||
==Return Value== | ==Return Value== | ||
String containing the bytes read, or "" in case of error. | |||
[[Category:RxUtilEx]] |
Latest revision as of 06:45, 3 May 2020
Read bytes from a previously-opened stream (wrapper to DosRead).
Arguments
- File handle (as returned by Sys2Open or Sys2CreateNamedPipe). (REQUIRED)
- Number of bytes to read. (REQUIRED)
Return Value
String containing the bytes read, or "" in case of error.