home *** CD-ROM | disk | FTP | other *** search
-
- Here are a few macros that I wrote. Editall.rexx edits all files of
- which the name matches the specified wildcards. Dofor.rexx does a particular
- operation for each file specified.
- Requesters.rexx shows you a sequence of requesters. Some of them
- will look pretty much the same if you run under 1.3, but they are different
- under 2.0. The Font requester is last, it will not work if you run with
- 1.3.
- Rexxcalc.rexx is a simple example of how to use createhost. It makes
- a small calculator.
- Graph.rexx allows you to specify a function of x, and it will plot it
- for you, with automatic scale computation. See graph.rexx for the calling
- sequence. Slightly modified by Bill Hawes. May require slight modifications
- if you don't have ARexx 1.08 or newer (1.08 was a beta release).
- AreaTest.rexx is a quickie test of some of the Area functions.
-
- Willy.
-
-