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

  Alt 11. Feb 2008, 10:25
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.
  Mit Zitat antworten Zitat