My app is retaining all of the variable values when it closes and this is effecting how it runs when reopened. Is there any way to reset them all upon app close? or is there a w
Uninitialized variables are bad. Don't do it. ALWAYS manually reset variables before using them for the first time.