home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d6xx
/
d645
/
dmd.lha
/
DMD
/
REXX
/
WC.dme
< prev
Wrap
Text File
|
1992-04-26
|
320b
|
14 lines
/* WC.dme © 1992 Fergus Duniho */
bsave 'T:TEXT'
W = 0
Call Open 'File', 'T:TEXT', 'R'
Do Until EOF('File')
W = W + Words(Readln('File'))
Call PostMsg 200,80,' Counting - Please Wait ...\' W
End
Call Close 'File'
Call Delete 'T:TEXT'
Call PostMsg
Call Request 200,70,' Counting Finished.\' W 'words.',,'Resume'