home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
comm
/
misc
/
cyberpager
/
rexx
/
mwm
/
pagenews
< prev
next >
Wrap
Text File
|
1992-08-15
|
235b
|
7 lines
/*
* External function to use for pagewatch to select news delivery items
*/
parse arg 'RNews,-,- TOTAL' count 'ARTS' . 'BYTES/UNCOMPRESSED'
if count = "" then return ""
return getuuenv('nodename') "got" strip(count) "news articles"