home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -readerstuff- / barry_beukhof / mpagui_mui / removeselected.rexx < prev    next >
OS/2 REXX Batch file  |  1998-04-29  |  175b  |  11 lines

  1. /* Clear Current List */
  2.  
  3. options results
  4. address MPAgui
  5.  
  6. MUIA_List_Entries    = 0x80421654
  7. MUIV_List_Remove_Active    = -1
  8.  
  9. list ID LIST1 REMOVE POS MUIV_List_Remove_Active
  10. return
  11.