Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Global Variable Questions
#1
I've got a sprawling macro made up of lots of functions as subroutines. To make troubleshooting easier - and so I don't have to run through the entire macro process and subroutines every time I change a line of code to see if it works - I've made judicious use of global variables.

My questions are:
1. Is there a way to clear out (a.) all and (b.) specified global variables (without completely shutting down QM and restarting). I've noticed that on rerunning certain sections of the macro, the new value written to a global variable doesn't completely overwrite the old value.

2. If everything operates within the macro just fine when using global variables, are there any cautions/restrictions when it comes to compiling to EXE?

Thanks!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)