currently i can define the exact same public variable in multiple process_globals. e.g. all 3 activities could have "dim i as int" in each process_globals. it would be nice to at least get a warning or better yet, be prevented from happening.
As "'These variables can be accessed from all modules", I can see mterveen's point where you think you are updating a process global but are in fact only updating a module variable (if you mistakenly give the same name). I'll have to keep this in mind on how a layout my code.
As "'These variables can be accessed from all modules", I can see mterveen's point where you think you are updating a process global but are in fact only updating a module variable (if you mistakenly give the same name). I'll have to keep this in mind on how a layout my code.