spitzmuller
Programmer
Hi folks:
I have a module in which I defined several Public Variables that can be accessed by any other Procedure in the whole project.
Now, whenever my code stops (e.g. due to a programming error) and i get the debug-window (with the Debug- and End-Buttons), the global variables get cleared and I have to relauch.
Is there a way around this?
Or, to put it in ohter words: is there a recommeded way to implement variables that all procedures can access??
Help is appreciated.
Simon
I have a module in which I defined several Public Variables that can be accessed by any other Procedure in the whole project.
Now, whenever my code stops (e.g. due to a programming error) and i get the debug-window (with the Debug- and End-Buttons), the global variables get cleared and I have to relauch.
Is there a way around this?
Or, to put it in ohter words: is there a recommeded way to implement variables that all procedures can access??
Help is appreciated.
Simon