home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 568a.lha / RexxRMF_v1.1 / contents < prev    next >
Text File  |  1991-10-03  |  783b  |  18 lines

  1.  
  2. RexxRMF.LIBRARY
  3.     ARexx Record Management Functions Library
  4.     An ARexx external function library which provides keyed file
  5.     access using AVL trees.  RexxRMF.library provides basic record
  6.     management/indexing facilities using balanced binary trees
  7.     (these aint B+ trees).  If you want/need KEYED file accessing 
  8.     from ARexx this library may fit the bill.
  9.     The record management functions allow for:
  10.          Variable length keys    (512byte max)
  11.          Variable length records (65K max)
  12.          Variable number (65K max) of fields per record
  13.          Mulitple indexes on a single file (max 6 indices)
  14.          Duplicate or Unique keys
  15.          Passing of record data directly to/from ARexx variables. 
  16.     Version: 0.5, binary only.
  17.     Author: Ronnie E. Kelly
  18.