Hi.
Die innere Schleife wird ja 10x durchlaufen...
Besser so:
Delphi-Quellcode:
for i:=0 to 9 do
(FindComponent('Label'+IntToStr(i + 192)) as TLabel).Caption:=IntToStr({ edit: NICHT Counte[x], sondern} Counte[i]);
//edit: So ein blöder Programmierfehler...