04-17-2013, 12:54 PM
Hi Gintaras,
some general question about QM internals:
1. Can rset write to registry from a .reg file instead of using run someregfile.reg
2. In a custom class, is there _s available for this class, or is it the global one?
3. others predefined (_command, _hresult, _i) exist too? can we create them if not?
4. In a custom class, does
SomeCustomClass t
str'string
lpstr'pointer
ARRAY(str)'array
handle creation (i.e is the constructor)
5. Is t object deleted at macro end?
6. Can I define a global variable from init2 to use it anywhere: SomeCustomClass+ t?
7. How to use it in macro MyMacro then.
Have some more but these are the most important.
Thanks
some general question about QM internals:
1. Can rset write to registry from a .reg file instead of using run someregfile.reg
2. In a custom class, is there _s available for this class, or is it the global one?
3. others predefined (_command, _hresult, _i) exist too? can we create them if not?
4. In a custom class, does
SomeCustomClass t
str'string
lpstr'pointer
ARRAY(str)'array
handle creation (i.e is the constructor)
5. Is t object deleted at macro end?
6. Can I define a global variable from init2 to use it anywhere: SomeCustomClass+ t?
7. How to use it in macro MyMacro then.
Have some more but these are the most important.
Thanks