Autor Beitrag
ghost_assassin
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 18



BeitragVerfasst: Di 03.01.06 11:00 
hiho

wollt mal wissen obs bei delphi nur
eindimensionale array bei functionen gibt?

also

ausblenden Quelltext
1:
function(array of array of integer):boolean;					


klappt irgendwie nicht??
bei procedure aber schon!

(delphi 7)
Martin1966
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 1068

Win 2000, Win XP
Delphi 7, Delphi 2005
BeitragVerfasst: Di 03.01.06 11:07 
Probier es mal so:
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
type
  TArrayOfArrayOfInteger = array of array of Integer;

function Test (aParameter1: TArrayOfArrayOfInteger):Boolean;
begin

end;

_________________
Ein Nutzer der Ecke ;-)