okay, das hört sich ja schon mal alles logisch an ;]
irgendwie hängen wir jetzt grad schon beim vorgeplänkel..
was wir bis jetzt geschrieben haben:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm);
TVokabel = record;
TVokabeln = array of TVokabel
private
{ Private-Deklarationen }
public
{ Public-Deklarationen }
end;
var
Fremdsprache, Uebersetzung: String end;
Form1: TForm1;
Vokabeln: TVokabeln;
aber das funktioniert irgendwie nicht.
könnt ihr uns da vielleicht noch ein bisschen nachhelfen..?