hey,
komisch er hat jetzt doch den fehler angezigt.
hab das jetzt so gemacht :
Delphi-Quellcode:
procedure TForm1.Button2Click(Sender: TObject);
begin
Zwischenspeicher.Text := Memo1.text+ #13#10 + Memo2.Text + Memo3.text+ #13#10 + Memo4.Text +#13#10 + Memo5.text+ #13#10+ Memo6.Text + #13#10 + Memo7.text+ #13#10 + Memo8.Text ;
Zwischenspeicher.SaveToFile(Woche28);
er startet das programm aber trotzdem nicht und erreicht auch meine Breakpoints im Form1 nicht ....