You can flag a variable as Transient so that it is zero-filled at load time. Transient variables ignore whatever variable is pre-set in the instance and expects to be set to a new value at run-time.
You can flag a variable as Transient so that it is zero-filled at load time. Transient variables ignore whatever variable is pre-set in the instance and expects to be set to a new value at run-time.