home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 509.lha / RexxArpLibLibrary_v3.0 / rexx / ReadmeFirst < prev    next >
Text File  |  1991-05-06  |  851b  |  19 lines

  1.  
  2.     Here are a few macros that I wrote. Editall.rexx edits all files of
  3. which the name matches the specified wildcards. Dofor.rexx does a particular
  4. operation for each file specified.
  5.     Requesters.rexx shows you a sequence of requesters. Some of them
  6. will look pretty much the same if you run under 1.3, but they are different
  7. under 2.0. The Font requester is last, it will not work if you run with
  8. 1.3.
  9.     Rexxcalc.rexx is a simple example of how to use createhost. It makes
  10. a small calculator.
  11.     Graph.rexx allows you to specify a function of x, and it will plot it
  12. for you, with automatic scale computation. See graph.rexx for the calling
  13. sequence. Slightly modified by Bill Hawes. May require slight modifications
  14. if you don't have ARexx 1.08 or newer (1.08 was a beta release).
  15.     AreaTest.rexx is a quickie test of some of the Area functions.
  16.  
  17.     Willy.
  18.  
  19.