03-26-2006, 05:17 PM
Or, use your own function for text output. For example, create function Out2 and paste this text:
Then, in the macro, replace all out to Out2. At the beginning of the macro, insert this:
When the macro ends, all its output will be in global variable g_out2.
Then, in the macro, replace all out to Out2. At the beginning of the macro, insert this:
When the macro ends, all its output will be in global variable g_out2.
