Erstens:
Zitat von
Delphi-Hilfe:
Do not combine the call to Randomize in a loop with calls to the Random function. Typically, Randomize is called only once, before all calls to Random.
Also ruf Randomize nur einmal in Form.Create uaf oder so.
Zweitens:
Zitat von
Luckie:
Kann es sein, dass die der Compiler die Variable weg-optimiert, weil du sie nicht benutzt?
Mein Delphi sagt mir da zum Beispiel das:
Zitat von
Delphi-Compiler:
[Hinweis] Unit1.pas(32): Auf 'Anz_VZeil' zugewiesener Wert wird niemals benutzt
Und wird sie wegoptimiert haben.