home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / misc / cyberpager / rexx / mwm / pagenews < prev    next >
Text File  |  1992-08-15  |  235b  |  7 lines

  1. /*
  2.  * External function to use for pagewatch to select news delivery items
  3.  */
  4. parse arg 'RNews,-,- TOTAL' count 'ARTS' . 'BYTES/UNCOMPRESSED'
  5. if count = "" then return ""
  6. return getuuenv('nodename') "got" strip(count) "news articles"
  7.