Zitat von
himitsu:
damit wird die Datei genau 76 Byte groß, was wohl kleiner ist, als es meistens der Fall ist
Mit der folgenden Deklaration komme ich auf 81 Bytes:
Delphi-Quellcode:
type
TZahl = packed array [1..9, 1..9] of 0..9;
Also raus mit der Sprache, wie hast du noch 5 Bytes eingespart?
Gruß Hawkeye