Jump to content

REXXshar

From EDM2
Revision as of 03:17, 15 November 2020 by Martini (talk | contribs)

Extends the REXX language by providing some REXX external functions. These functions are: SHRFILEOPEN handle = ShrFileOpen(filename), SHRLINEIN line = ShrLineIn(handle), SHRFILEEOF if ShrFileEOF(handle) then, SHRFILECLOSE rc = ShrFileClose(handle).

Files
  • rexxshar.dll

Functions

  • SHRFILEOPEN
  • SHRLINEIN
  • SHRFILEEOF
  • SHRFILECLOSE

Links