Zitat von
Melvyn:
wie kommst du darauf?
na dadurch:
Zitat von
Melvyn:
Delphi-Quellcode:
type TValue=record
a:integer ;
b:boolean ;
end;
type Tf= array[1..81] of TValue ;
var sp: file of Tf;
1..81 = 81 Felder in einer Richtung
und dann nochmal 2 Felder im Record
entspricht 81*2