home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1997 #4
/
amigaacscoverdisc1997-041997.iso
/
w_acs_6'97
/
eagleplayer
/
installdata
/
arexxexamples.lha
/
EP_PrevPatt.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
210b
|
18 lines
/* EaglePlayer - vorheriges Pattern im Song abspielen */
/* Arguments */
address 'rexx_EP'
options results
status jmp
if result == "no" then do
say "No Patternjump available !"
end
else do
prevpatt
end