Jump to content

Associative Arrays for Rexx

From EDM2

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