home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / 3x400 / dspdep.lzh / CLRPGMQ.CLP next >
Text File  |  1986-02-11  |  246b  |  6 lines

  1.  CLRPGMQ:    PGM        /* This program clears out the messages in +
  2.                           the previous program's program message +
  3.                           queue.  */
  4.              RMVMSG     PGMQ(*PRV) CLEAR(*ALL)
  5.              ENDPGM
  6.