11-03-2008, 07:00 PM
So if I undestand your answer correctly, when something is a global variable, it's not that it necessarily takes up more memory than a local variable, it's just that QM.exe keeps reference to it between macros (i.e. the pointer not the full size of what's stored in the global variable - is what's preserved when you use global variable). If that's the case, then I will create these globally at qm startup!
I hope I explained my weak understanding of this somewhat correctly.
Stuart
I hope I explained my weak understanding of this somewhat correctly.
Stuart