Курсовая работа: Разработка программы обработки экономической информации
write('| | | | | | | |');
writeln;
newE:=newE^.nr; //перевод указателя
end;
if otpech=0 then
otpech:=otpech+n;
writeln('|------|---------------|----------|---------|-----------|--------|-------|');
writeln('Push the -enter- to the ExiT'); //для выхода ентер
end;
{------------------------------------------------------------------------------}
{---------------DOBAVLENIE ELEMENTA--------------------------------------------}
{------------------------------------------------------------------------------}
procedure dob;
var
pop:ukaz;
p,i:integer;
begin
gotoxy(25,25);
textcolor(red);
writeln('Push the -*- to the ExiT'); //для выхода
textcolor(white);
gotoxy(25,27);
writeln('Input the name of a new student'); //ввод имени студента
gotoxy(25,28);
readln(z.fio); //чтение имени
{Uslovie vihoda}
if z.fio='*'then//условие выхода
exit;
for i:=1 to 15-length(z.fio) do//достраиваем имя до 15 знаков