RXMMUTL: Difference between revisions
Appearance
Created page with " ==Description== ==Download== * [Version 0.31] * [Source code at Github] ==Files== * RXMMUTL.DLL ==Documentation== * RXMMUTIL API ==Author== * Marcel Muller C..." |
No edit summary |
||
(4 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== | ==Author== | ||
* Marcel Muller | * Marcel Muller | ||
[[Category: | ==Links== | ||
* [http://maazl.de/project/rxmmutl/ Webpage] | |||
* [http://maazl.de/project/rxmmutl/rxmmutl.zip Version 0.31] | |||
* [https://github.com/OS2World/LIB-REXX-REXX_Utilities_RXMMUTIL Source code at Github] | |||
[[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