Versuch es so
Delphi-Quellcode:
type
TMyArray = array[0..1] of integer;
const A: TMyArray = (1,2);
.
.
private
B: TMyArray;
.
.
.
// irgendwo
B:= A; ---> quasi den Inhalt von A in B
Es ist wohl mehr ein Schutz, falls man die Definition von A verändert und B nicht anpasst.
It's not a bug, it's a feature
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)