Code: Select all
Structure <struct_name>
Var1
Var2
AnotherStruct
EndStructure
instance.struct_name = New struct_name
Delete instance
Delete struct_name
Insert
InsertAfter
InsertBefore
FirstStruct
NextStruct
LastStruct
(and more)
For instance.struct_name = Each struct_name
Next
While instance.struct_name
Wend
Repeat
Until instance.struct_name = LastStruct