Jump to content

REXXshar: Difference between revisions

From EDM2
Created page with "Extends the REXX language by providing some REXX external functions. These functions are: SHRFILEOPEN handle = ShrFileOpen(filename), SHRLINEIN line = ShrLineIn(handle), SHRFI..."
(No difference)

Revision as of 00:29, 15 November 2020

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