home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vxtech07.zip / RXAWAR / VARPOOL / README.TXT < prev    next >
Text File  |  1994-08-05  |  511b  |  25 lines

  1.  
  2. VARPOOL -- An example of how to fetch and set REXX variables
  3. ------------------------------------------------------------
  4.  
  5. To run:
  6.  
  7.     varpool macroname [argstring]
  8.  
  9. A simple macro, TEST.CMD, has been provided, so just type:
  10.  
  11.     varpool test
  12.  
  13. To try it out.
  14.  
  15.  
  16. Notes
  17. -----
  18.  
  19. This program defines some external functions that are then called
  20. by TEST.CMD.  Inside those external functions we muck around with
  21. the variable pool.
  22.  
  23. Routines to set and get variables are found in VARPOOL.C.
  24.  
  25.