Autor Beitrag
O'rallY
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 563



BeitragVerfasst: So 20.10.02 17:09 
Mein Problem ist: Ich habe zwei Variablen vom Typ array of TMyRecord und dieser Record beinhaltet wiederum ein Array von einem anderen Record. Ich würde also gerne dieser einen Variable alle Werte, samt array, der anderen Variable zuweisen. Wie ist das möglich?
Wenn ich versuche es einfach so zuzuweisen (a := b) bekomme ich beim Debuggen die Fehlermeldung "Incompatible Types".
Bitte HILFE!

ups, falsches Thema, öhm, könnte mal ein Mod das Topic in Object Pascal verschieben. Danke :oops:

_________________
.oO'rallY
Linux is like a tipi: No gates, no windows and a gnu-eating apache inside...
O'rallY Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 563



BeitragVerfasst: So 20.10.02 19:27 
Ich hab das ganze so gelöst: Ich habe einfach einen eigenen Datentyp (TAoMR = array of TMyRecord) deklariert.

_________________
.oO'rallY
Linux is like a tipi: No gates, no windows and a gnu-eating apache inside...