home *** CD-ROM | disk | FTP | other *** search
-
- RexxRMF.LIBRARY
- ARexx Record Management Functions Library
- An ARexx external function library which provides keyed file
- access using AVL trees. RexxRMF.library provides basic record
- management/indexing facilities using balanced binary trees
- (these aint B+ trees). If you want/need KEYED file accessing
- from ARexx this library may fit the bill.
- The record management functions allow for:
- Variable length keys (512byte max)
- Variable length records (65K max)
- Variable number (65K max) of fields per record
- Mulitple indexes on a single file (max 6 indices)
- Duplicate or Unique keys
- Passing of record data directly to/from ARexx variables.
- Version: 0.5, binary only.
- Author: Ronnie E. Kelly
-