Associative Arrays for Rexx: Difference between revisions
Appearance
Created page with "Associative arrays for Rexx is a seemingly needless set of routines for creating associative arrays. The advantage over Rexx stem variables is that you can pass these arrays t..." |
No edit summary |
||
Line 3: | Line 3: | ||
;Files | ;Files | ||
* rxhash.DLL | * rxhash.DLL | ||
==Functions== | |||
* rxhash_new | |||
* arrloadfuncs | |||
* arrfromstem | |||
* arrdropfuncs | |||
* rxhash_drop | |||
* rxhash_delete | |||
* rxhash_iterate | |||
* arrin | |||
* arrget | |||
* arrset | |||
* arrnew | |||
* arrdrop | |||
* arrcopy | |||
* arrdoover | |||
* arrtostem | |||
* arrdefault | |||
* arrversion | |||
* rxhash_get | |||
* rxhash_set | |||
==License== | ==License== |
Latest revision as of 03:30, 10 November 2020
Associative arrays for Rexx is a seemingly needless set of routines for creating associative arrays. The advantage over Rexx stem variables is that you can pass these arrays to subroutines and make complete copies of them.
- Files
- rxhash.DLL
Functions
- rxhash_new
- arrloadfuncs
- arrfromstem
- arrdropfuncs
- rxhash_drop
- rxhash_delete
- rxhash_iterate
- arrin
- arrget
- arrset
- arrnew
- arrdrop
- arrcopy
- arrdoover
- arrtostem
- arrdefault
- arrversion
- rxhash_get
- rxhash_set
License
- Author: Patrick TJ McPhee