steve40 Posted April 15, 2013 Share Posted April 15, 2013 Ah, that explains why "FList.GetAt(i)" was often returning "none" after I had done this: Flist.AddForm(obj.PlaceAtMe(myBaseObject)) I should have flagged the PlaceAtMe to force persistent references: Flist.AddForm(obj.PlaceAtMe(myBaseObject, 1, true)) Thanks. Very helpful post. Link to comment Share on other sites More sharing options...
Recommended Posts