Can anyone help,

I have declared a private variable at the top of the code section of a form. I am unloading the form and then loading it again. When I reload the form the variable is retaining the value which I give it before the unload. Why is the variable not being initialized when I reload.

Thanks for any help,


Chris