Code: Alles auswählen
Structure Struct
a.i
b.i
EndStructure
Structure Struct2
Dim c.Struct(0)
EndProcedure
Code: Alles auswählen
Structure Struct
a.i
b.i
EndStructure
Structure Struct2
Dim c.Struct(0)
EndProcedure
Code: Alles auswählen
Structure Struct2
;...
EndProcedure ; Oo
Code: Alles auswählen
Structure Struct
a.i
b.i
EndStructure
Structure Struct2
Array c.Struct(0)
EndStructure
Define var.Struct2
var\c(0)\a = 1
var\c(0)\b = 2
Debug var\c(0)\a
Debug var\c(0)\b