Registriert seit: 23. Mär 2003
Ort: Münster
3.750 Beiträge
Delphi 2010 Professional
|
Re: konstante arrays?
6. Jan 2005, 20:15
Hi,
das geht so:
( das heisst dann "typisierte Konstante" )
Delphi-Quellcode:
const
Variable: array[Unten...Oben] of DeinTyp = ( {Vorinitialiserte Werte} );
mfG
mirage228
David F.
May the source be with you, stranger.
PHP Inspection Unit (Delphi-Unit zum Analysieren von PHP Code)
|