Курсовая работа: Автоматизована реєстрація і облік автомобілей
close(f);
end;
procedure viv;
var st:string;i,y:integer;
begin
window(1,1,80,25);
if FSearch('tyu','d:\')='' then
begin
textbackground(0);
clrscr;
textcolor(132);
writeln('FAIL NE NAYDEN');
readln;
end
else
begin
textbackground(0);
clrscr;
st:='baza dannix';
tabl(st);
assign(f,'d:\tyu');
reset(f);
y:=1;
for i:=0 to filesize(f)-1 do
begin
seek(f,i);
read(f,ma);
with ma do
begin