Registriert seit: 10. Feb 2007
Ort: Boizenburg
28 Beiträge
Delphi 2005 Personal
|
Re: Vorlage von DGL-luke
16. Feb 2007, 16:23
So da bin ich wieder
Also wenn ich in diesen Code:
Delphi-Quellcode:
var
Form2: TForm2;
entries: array[0..2] of array[0..2] of array[0..2] of string =
((
('Bild1', '1.rtf', '1.jpg'),
('Bild2', '2.rtf', '1_reduced_faceonly_3cols.jpg'),
('Bild3', '1.rtf', '1_cropped.jpg')
),
(
('Bild4','1.rtf','1_reduced_faceonly_3cols_2_small.jpg'),
('Bild5','1.rtf','1_reduced_faceonly_3cols_172.bmp'),
('Bild6','1.rtf','1_reduced.jpg')
),
(
('Bild1', '1.rtf', '1.jpg'),
('Bild2', '1.rtf', '1_reduced_faceonly_3cols.jpg'),
('Bild3', '1.rtf', '1_cropped.jpg')
));
mehrere Einträge mache kommt immer ne Fehlermeldung und zwar: siehe Anhang
Und dass mit dem ablegen der daten in einer Datei werd ich mir mal durchlesen
|
|
Zitat
|