home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / DELIT218.LHA / Files / arexx.lzx / Arexx / dt_clearlist.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-04-15  |  155 b   |  13 lines

  1. /* DeliTracker - remove current module from modulelist */
  2.  
  3. parse arg listnum
  4.  
  5. address 'DELITRACKER'
  6. options results
  7.  
  8. status M num
  9. xx=result
  10.  
  11. clearlist xx
  12.  
  13.