How do I reference specific instances of an object in a field.
ie if I want to set a variable to the value of an instance variable for an object without picking that object in the logic.
Basically what I want to do is get the sum of all values for an instance variable of an object at any given point in time. Is there a simple way to do that?