home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / mg-3b.lha / mg-3b / REXX / mgclip.mg < prev    next >
Encoding:
Text File  |  1990-06-02  |  172 b   |  9 lines

  1. /*
  2.  * Adds it's argument to the list of clips we need to clean up on exit
  3.  * from mg.
  4.  */
  5.  
  6. clipname = "mg.cleanclips."
  7. call setclip clipname, getclip(clipname) arg(1)
  8. exit
  9.