Thema: Delphi Dynamischer Array

Einzelnen Beitrag anzeigen

Benutzerbild von 3_of_8
3_of_8

Registriert seit: 22. Mär 2005
Ort: Dingolfing
4.129 Beiträge
 
Turbo Delphi für Win32
 
#6

Re: Dynamischer Array

  Alt 25. Jan 2007, 20:20
Delphi-Quellcode:
var
MyArray: Array of Integer;
begin
  SetLength(MyArray,6);
  SetLength(MyArray,4);
end;
Macht genau das gleiche.
Manuel Eberl
„The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.“
- Terry Pratchett
  Mit Zitat antworten Zitat