REXXshar: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Extends the REXX language by providing some REXX external functions. | Extends the REXX language by providing some REXX external functions. | ||
;Files | ;Files | ||
* rexxshar.dll | * rexxshar.dll | ||
==Functions== | ==Functions== | ||
* SHRFILEOPEN | * SHRFILEOPEN - handle = ShrFileOpen(filename) | ||
* SHRLINEIN | * SHRLINEIN - line = ShrLineIn(handle) | ||
* SHRFILEEOF | * SHRFILEEOF - ShrFileEOF(handle) | ||
* SHRFILECLOSE | * SHRFILECLOSE - rc = ShrFileClose(handle) | ||
==Links== | ==Links== |
Latest revision as of 17:28, 14 September 2022
Extends the REXX language by providing some REXX external functions.
- Files
- rexxshar.dll
Functions
- SHRFILEOPEN - handle = ShrFileOpen(filename)
- SHRLINEIN - line = ShrLineIn(handle)
- SHRFILEEOF - ShrFileEOF(handle)
- SHRFILECLOSE - rc = ShrFileClose(handle)