Very startling, especially as I have a good idea as to what is happening when the IDE starts and stops a program - what it does is basically tear everything down when it stops and start from scratch when it is rerun. I suspect the data is being reloaded from some storage somehere - especially indicated by the fact that it "survived" a reboot which means the data must have been on disc somewhere and read off when your code started running. Are you sure that you don't have a subtle bug in your code?
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
Last edited by agraham : 05-27-2010 at 01:54 PM.
|