home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 6
/
FreshFish_September1994.bin
/
new
/
misc
/
math
/
mathplot
/
macros
/
test3.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-07-16
|
428b
|
23 lines
/* Test of getintervall */
address "MPlot_ARexx"
options results
getintervall xaxis var XA
getintervall yaxis var YA
getintervall xmin var XMIN
getintervall xmax var XMAX
getintervall ymin var YMIN
getintervall ymax var YMAX
say "The intervall is: ["XMIN","XMAX"] for x and ["YMIN","YMAX"] for y"
say "The mode for x-axis is "XA" and for y-axis "YA
say "Should cause an error"
getintervall xaxis yaxis
say rc rc2 result