Ich spiele hier gerade mit ein paar alten QBasic Routinen, doch fehlt mir hier etwas der Durchblick.
Bitte mal korrigieren, falls ich falsch liege:
Also:
Code: Alles auswählen
TYPE TestTyp
a AS LONG
b AS LONG
END TYPE
Code: Alles auswählen
Structure TestTyp
a.l
b.l
EndStructure
Code: Alles auswählen
TYPE ABTyp
a AS TestTyp
b AS TestTyp
END TYPE
Code: Alles auswählen
DIM SHARED bc(t%) AS TestTyp
var(a,b).z = 0
Code: Alles auswählen
shared bc(t).TestTyp
?
Gruss
