home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3197b.dms / 3197b.adf / ArexxExamples.lha / EP_NextPatt.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-10-21  |  208 b   |  18 lines

  1. /* EaglePlayer - nächstes Pattern im Song abspielen */
  2.  
  3. /* Arguments */
  4.  
  5. address 'rexx_EP'
  6.  
  7. options results
  8.  
  9. status jmp
  10.  
  11. if result == "no" then do
  12.     say "No Patternjump available !"
  13. end
  14. else do
  15.     nextpatt
  16. end
  17.  
  18.