RXMMUTL: Difference between revisions
Appearance
No edit summary |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Collection of miscellaneous REXX utility functions and code fragments. | |||
;Files | |||
*RXMMUTL.DLL | |||
==Functions== | |||
* MMLoadFuncs | |||
* MMDropFuncs | |||
* MMTranslateCp | |||
* MMUpper | |||
* MMTime | |||
* MMSetFileSize | |||
* MMFileMove | |||
* MMFileIn | |||
* MMHash | |||
;Profile functions | |||
* MMIniOpen | |||
* MMIniClose | |||
* MMIniQuery | |||
* MMIniWrite | |||
==Author== | |||
* Marcel Muller | |||
==Links== | ==Links== | ||
* [http://maazl.de/project/rxmmutl/ Webpage] | |||
* [http://maazl.de/project/rxmmutl/rxmmutl.zip Version 0.31] | * [http://maazl.de/project/rxmmutl/rxmmutl.zip Version 0.31] | ||
* [https://github.com/OS2World/LIB-REXX-REXX_Utilities_RXMMUTIL Source code at Github] | * [https://github.com/OS2World/LIB-REXX-REXX_Utilities_RXMMUTIL Source code at Github] | ||
[[Category: | [[Category:REXX Function Library]] |
Latest revision as of 00:18, 15 November 2020
Collection of miscellaneous REXX utility functions and code fragments.
- Files
- RXMMUTL.DLL
Functions
- MMLoadFuncs
- MMDropFuncs
- MMTranslateCp
- MMUpper
- MMTime
- MMSetFileSize
- MMFileMove
- MMFileIn
- MMHash
- Profile functions
- MMIniOpen
- MMIniClose
- MMIniQuery
- MMIniWrite
Author
- Marcel Muller