neee halt stopp
ich hab das jetzt so
Delphi-Quellcode:
begin
RANDOMIZE;
for i:= 1 to 5 do
t:= random(5)+1;
t2:= random(5)+1;
stringgrid1.objects[t2,t]:=pointer(1);
end;
aber er macht mir das nur einmal... ich hatte das doch schon so, hab grad nachgeschaut, er macht mir dann die 1 nur einmal in die 25 zellen obwohl ich die 5 mal haben möchte =(