home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 6
/
FreshFish_September1994.bin
/
new
/
misc
/
math
/
mathplot
/
macros
/
test6.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-07-16
|
298b
|
18 lines
/* Test of screentoback/front */
address "MPlot_ARexx"
options results
if(~show('L','rexxsupport.library')) then do
if(~addlib('rexxsupport.library',0,-30,0) ) then do
say "ARexx-support-library not found"
exit 10
end
end
screentofront
a=delay(150)
screentoback
a=delay(150)
screentofront