REXX Extension Library: Difference between revisions
Appearance
Created page with "REXX library. On eComStation it used to be ECSRXLIB.DLL. On ARCAOS it is REXXLIB.DLL." |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
REXX | REXX Extension Library are extended functions to be used with [[REXX]] in OS/2 | ||
==Functions== | |||
* REXXLIBSTARTPROGRAMME | |||
* REXXLIBQUERYSWITCHLIST | |||
* REXXLIBCOPY | |||
* REXXLIBDELETE | |||
* REXXLIBDELTREE | |||
* REXXLIBMAKEPATH | |||
* REXXLIBLOADFUNCS | |||
* REXXLIBDROPFUNCS | |||
* REXXLIBSEARCHPATH | |||
* REXXLIBCLOSEOBJECT | |||
==Files== | |||
* [[REXXLIB.DLL]] (ArcaOS) / [[ECSRXLIB.DLL]] (eComStation) | |||
==Version== | |||
* Sep 22, 2017: 1.3 | |||
==License== | |||
*GNU LGPL 2.1 | |||
*Author: D.J. van Enckevort | |||
==Links== | |||
* [https://bitbucket.org/esthervanenckevort/rexxlib/ Source Code Repository] | |||
[[Category:REXX Function Library]] |
Latest revision as of 22:17, 11 May 2021
REXX Extension Library are extended functions to be used with REXX in OS/2
Functions
- REXXLIBSTARTPROGRAMME
- REXXLIBQUERYSWITCHLIST
- REXXLIBCOPY
- REXXLIBDELETE
- REXXLIBDELTREE
- REXXLIBMAKEPATH
- REXXLIBLOADFUNCS
- REXXLIBDROPFUNCS
- REXXLIBSEARCHPATH
- REXXLIBCLOSEOBJECT
Files
- REXXLIB.DLL (ArcaOS) / ECSRXLIB.DLL (eComStation)
Version
- Sep 22, 2017: 1.3
License
- GNU LGPL 2.1
- Author: D.J. van Enckevort