12-30-2005, 05:07 PM
Use init2 only to launch something when QM starts or file opened. Neither macros nor functions don't need to be declared.
In this case, you can create a macro or a function. In most cases, to automate something, use macros. But keep in mind that only single macro can run at a time, and therefore sometimes it is better to use function, because multiple functions can run simultaneously.
In this case, you can create a macro or a function. In most cases, to automate something, use macros. But keep in mind that only single macro can run at a time, and therefore sometimes it is better to use function, because multiple functions can run simultaneously.
