Jump to content

Associative Arrays for Rexx

From EDM2
Revision as of 03:30, 10 November 2020 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Links