home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
Workbench
/
RexxArpLib3p6
/
rexx
/
ReadmeFirst
< prev
next >
Wrap
Text File
|
1998-06-26
|
1KB
|
26 lines
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.
ListTest.rexx tests the List requester.
Willy.
MouseTest.rexx is a simple example of how to use the mouse position
report facility.
ScreenTest.rexx is a simple test run for using screens to assure library
behavior under correct and adverse conditions.
Joanne.