home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Sound
/
Player
/
ep154.lha
/
Eagleplayer
/
InstallData
/
ArexxExamples.lha
/
EP_PrevSubSong.dopus
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-05
|
352 b
|
19 lines
/* Eagleplayersteuerung (c) 1993 Henryk Richter */
options results
address 'rexx_EP'
status m pnr
num = result
'status p 'num' sub'
player = result
if player=="yes" then do
prevsong
address 'DOPUS.1'
toptext 'Eagleplayer: Previous Subsong Selected'
end
else do
address 'DOPUS.1'
toptext 'Eagleplayer: No Subsongs available'
end
exit