Ver Mensaje Individual
  #3  
Antiguo 24-11-2005
Avatar de jachguate
jachguate jachguate is offline
Miembro
 
Registrado: may 2003
Ubicación: Guatemala
Posts: 6.254
Reputación: 28
jachguate Va por buen camino
Otra opcion es:

Código Delphi [-]
Procedure TForm1.Button1Click(Sender : TObject);

  procedure OtroProcedimiento;
  begin
    //hacer algo
  end;

var
  i : integer;
begin
  for i := 1 to 50 do
    OtroProcedimiento;
end;

Hasta luego.

__________________
Juan Antonio Castillo Hernández (jachguate)
Guía de Estilo | Etiqueta CODE | Búsca antes de preguntar | blog de jachguate
Responder Con Cita