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

  1.  
  2. LOWER -- An example of how to add external functions to your programs.
  3. ----------------------------------------------------------------------
  4.  
  5. To run:
  6.  
  7.     lower macroname [argstring]
  8.  
  9. A simple macro, TEST.CMD, has been provided, so just type:
  10.  
  11.     lower test
  12.  
  13. To try it out.
  14.  
  15. This runs the TEST.CMD file, which then calls the Lower() function
  16. registered in the executable.
  17.  
  18.  
  19. Notes
  20. -----
  21.  
  22. The file RUNMACRO.C is unchanged from the previous example (RUNMACRO).
  23.  
  24. The code that defines and registers the external function is in LOWER.C.
  25.  
  26.