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 edit summary
Line 12: Line 12:
==Links==
==Links==
* [http://www.os2site.com/sw/dev/rexx/libs/rexxshar.zip]
* [http://www.os2site.com/sw/dev/rexx/libs/rexxshar.zip]
[[Category:REXX Function Library]]

Revision as of 03:17, 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