It seems that if an object creates an instance of object2 (which object2 creates a new list) then a cyclic pattern occurs. Why? How can this be fixed?
Here is an example and a screen shot of the debug that cycles infinitely....
Here is an example and a screen shot of the debug that cycles infinitely....
Type TParent Field cycle:TCycle = New TCycle EndType Type TCycle Field list:TList = New TList EndType Global parent:TParent = New TParent FlushMem DebugStop