Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Frage zu erstellen einer for-Schleife (https://www.delphipraxis.net/154091-frage-zu-erstellen-einer-schleife.html)

p80286 27. Aug 2010 11:35

AW: Frage zu erstellen einer for-Schleife
 
Warum eigentlich kein array?
Delphi-Quellcode:
Kontinh_array : array [1..27] of ansistring;
oder noch besser

Delphi-Quellcode:
maxarray=27;
Kontinh_array : array [1..maxarray] of ansistring;
...

for i:=1 to maxarray do
.....
Gruß
K-H


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:53 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz