Sys2Read
Appearance
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.