Ver Mensaje Individual
  #6  
Antiguo 29-11-2015
Wendolyn Wendolyn is offline
Registrado
NULL
 
Registrado: nov 2015
Posts: 5
Reputación: 0
Wendolyn Va por buen camino
Unhappy

var
icol, irow: integer;

begin
for irow := 1 to 10 do
for icol:= 1 to 10 do
begin
StringGrid1.Cells [icol,irow]:= IntToStr(Random(100)+1);

end;


end;

end.



Hice esto y al parecer funcionó... peeero ahora necesito que se sumen las filas y las columnas
Responder Con Cita