04-17-2013, 01:45 PM
Quote:1. Can't.Ok, hoping it could. Too hard to implement it for a 10k reg file. I'll stick on run function way.
Quote:2. _s and _i are local variables that don't have to be declared. Can be used anywhere, for any purpose.Good for memory...
3. _command, _hresult etc don't need to declare too. Each has its specific purpose.
Quote:4. A class can have constructor. Look in Help, or create with menu -> New -> Class.Too complicated for me, if QM does it, enough for me...
Quote:5. Yes, QM destroys a class variable when its scope ends (local - when the function exits, thread - when the thread ends, global - when QM exits or new QM file loaded).OK
6. Yes.
Quote:7. How to use it in macro MyMacro then.I suppose I simply redeclare it in the function/macro I want to use it?
init2:
SomeCustomClass+ t
functionIwantTouseitIn
SomeCustomClass+ t
Is there a t._s or t._i variables though?
