Zitat von
Mackhack:
Aber hier hatteste n Plan oder nicht?
Delphi-Quellcode:
[...]
for i:=1 to Length(Tipp) do
begin
if Tipp[i-1]<minWert then minWert:=Tipp[i-1];
if Tipp[i-1]>maxWert then maxWert:=Tipp[i-1];
end;
if
[...]
Nein, das war der Code aus dem Thread hier.