09-06-2010, 04:50 PM
Variables cannot be declared in menu or toolbar like you do. Can be declared only in code. A menu item is label followed by code that runs when you click the item.
label :code
label :code
...
Global variables are visible in all macros. Currently QM does not have namespaces or something similar to make them visible only in some macros.
Thread variables probably cannot be used in your case.
label :code
label :code
...
Global variables are visible in all macros. Currently QM does not have namespaces or something similar to make them visible only in some macros.
Thread variables probably cannot be used in your case.
