I have a line that adds to a variable when a object is created. These objects have the persist behavior as I can goto a "store" layout at anytime. When going back to the layout the objects are in, it again adds them to the count. How do i circumvent this
Exe. I have 8 objects so (count = 8) I goto "store" layout and then come back. There are still 8 objects but count is now 16