I have declared a Private variable on a certain page. Its value is set to 1. The variable changes when I press either of 2 buttons that can either increment it or decrement it. For argument's sake, the variable stops on the value of 5 when I exit the page. When I reselect the page, that value of 5 is retained. I don't know why. The page is being re-initialized. I am not checking to see if it was previously initialized. I'm just reinitializing it in the same way that it was first created. I tried removing the page from the stack when I exit it; but it still initializes and retains the value of 5. What's happening here? I just want the whole page to go away without any remnant of it and recall it. Clearly, I don't understand something about how pages are managed.
Thanks in advance, forum.
Thanks in advance, forum.