Jump to content

Sys2Read: Difference between revisions

From EDM2
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..."
 
No edit summary
Line 11: Line 11:
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:The OS/2 API Project]]

Revision as of 14:56, 16 June 2016

Description

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.