Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 336 Bytes

quote.txt

File metadata and controls

11 lines (11 loc) · 336 Bytes
 
Nov 18, 2000
Nov 18, 2000
1
2
3
4
5
6
7
8
9
10
11
assign(t,'msgtmp'); rewrite(t);
totload:=0;
writeln(t,'----------Begin Quote----------');
repeat
blockreadstr2(brdf,s);
inc(totload,length(s)+2);
s:=copy(''+stripcolor(s),1,80);
writeln(t,s);
until (totload+1>=mheader.msglength);
writeln(t,'-----------End Qoute-----------');
close(t);