Thema
:
Delphi
Array zerlegen
Einzelnen Beitrag anzeigen
blackmice
Registriert seit: 24. Okt 2007
Ort: Niederkrüchten
28 Beiträge
Delphi 5 Standard
#
7
Re: Array zerlegen
11. Feb 2008, 11:25
markieren
Delphi-Quellcode:
const
FPGAMax = 5000000;
type
custarr =
array
[1..2,0..FPGAMax-1]
of
Word;
var
FPGAData : custarr;
AnalogArr :
array
[0..FPGAMax-1]
of
Word;
DataArr :
array
[0..FPGAMax-1]
of
Word;
Es sind alles Arrays of Word.
Blackmice
Debuggers don't remove bugs, they only show them in slow-motion.
Zitat
blackmice
Öffentliches Profil ansehen
Mehr Beiträge von blackmice finden