Category : Pascal Source Code
Archive   : POSFUN.ZIP
Filename : NFIND.PAS

 
Output of file : NFIND.PAS contained in archive : POSFUN.ZIP
program nfind;
{ Copyright 1988, by J. W. Rider }
{$i posnum.inc}
var s:string; l,p:integer; found1:boolean;
begin while not eof do begin
readln(s); found1:=false; repeat
p:=posnum(s,l);
if p>0 then begin
if found1 then write(' ');
found1:=true;
write(copy(s,p,l));
s:=copy(s,p+l,255); end;
until p=0;
if found1 then writeln;
end; end.


  3 Responses to “Category : Pascal Source Code
Archive   : POSFUN.ZIP
Filename : NFIND.PAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/