Ver Mensaje Individual
  #2  
Antiguo 28-07-2006
Avatar de dec
dec dec is offline
Moderador
 
Registrado: dic 2004
Ubicación: Alcobendas, Madrid, España
Posts: 13.107
Reputación: 34
dec Tiene un aura espectaculardec Tiene un aura espectacular
Hola,

Prueba con algo así:

Código Delphi [-]
type
  TMatriz: array of Integer;

procedure Procedimiento(matriz: TMatriz);
begin
  {...}
end;
__________________
David Esperalta
www.decsoftutils.com
Responder Con Cita