home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / ARexx / VariableInterface / README < prev    next >
Text File  |  1988-04-28  |  451b  |  9 lines

  1. This set of files is the REXX Variables Interface (RVI) code together with
  2. some example routines.  The RVI routines allow an ARexx host to directly
  3. access a macro program's variables to set or retrieve values.  The RVI
  4. functions are callable from C or assembbly language, or from any other
  5. langauge system that can import an AmigaDOS object file.
  6.  
  7. To use the RVI you'll need ARexx V1.06 and the glue file rexxglue.o (from
  8. the ARexx :tools directory).
  9.