Jump to content

Sys2Read

From EDM2
Revision as of 06:45, 3 May 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Arguments

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

Return Value

String containing the bytes read, or "" in case of error.