Hallo JumpFrog,
Delphi-Quellcode:
procedure TForm1.BtnAnzClick(Sender: TObject);
var
i:integer;
begin
for i := 0 to 5 do
begin
Edit1.Text:=inttostr(Feld[0]);
Edit2.Text:=inttostr(Feld[1]);
Edit3.Text:=inttostr(Feld[2]);
Edit4.Text:=inttostr(Feld[3]);
Edit5.Text:=inttostr(Feld[4]);
Edit6.Text:=inttostr(Feld[5]);
end;
end;
welchen Sinn soll hier die For-Schleife ergeben?
Bis bald Chemiker
wer gesund ist hat 1000 wünsche wer krank ist nur einen.