home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / amigalib / d992 / cyberpager.lha / CyberPager / rexx / mwm / pagenews < prev    next >
Encoding:
Text File  |  1994-04-05  |  235 b   |  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.