hoi,
Delphi-Quellcode:
SetLength(QuizAntwort, length(QuizAntwort)+1);
QuizAntwort[high(QuizAntwort)].nick := nick;
QuizAntwort[high(QuizAntwort)].rAntworten := 1;
ShowMessage(IntToStr(QuizAntwort[high(QuizAntwort)].rAntworten));
wieso wird mir hierbei eine leere message, also ohne text angezeigt? ich hab doch "rAntworten" den wert 1 zugewiesen. "QuizAntwort" ist das array