Differences

This shows you the differences between two versions of the page.

doc:tutorial:cmac_5 [2008/12/19 09:48]
geofff misc clean-up
doc:tutorial:cmac_5 [2009/03/18 09:52] (current)
geofff misc formatting
Line 14: Line 14:
</code> </code>
-This will create a window named "MSG-2.LOG" and place your output in that window. (The file MSG-2.LOG will be stored in your current working directory.) NOTE: the second parameter (currently "TestDebugLog") is limited to 32 characters. The second parameter is usually used to give the name of the macro. The third parameter (currently "Hello World") is limited to 2048 characters. This is where you may put whatever string you want to log.+This will create a window named "MSG-2.LOG" and place your output in that window. (The file ''MSG-2.LOG'' will be stored in your current working directory.)
-DebugLog is a macro defined in file MsgLog.s in the Multi-Edit\src folder (e.g. C:\Program Files\Multi-Edit 9.10\src). You may view that file to learn more about DebugLog. (NOTE: If you do not have a \src folder under Multi-Edit then you need to reinstall Multi-Edit and check the box "Macro Source". See http://www.multiedit.com/forums/viewtopic.php?p=1380#1380)+**NOTE** --- the second parameter (currently **TestDebugLog**) is limited to 32 characters. The second parameter is usually used to give the name of the macro. The third parameter (currently "Hello World") is limited to 2048 characters. This is where you may put whatever string you want to log.
-Example 2:+**DebugLog** is a macro defined in file ''MsgLog.s'' in the ''Multi-Edit\src'' folder (e.g. ''C:\Program Files\Multi-Edit 9.10\src''). You may view that file to learn more about DebugLog. (**NOTE**: If you do not have a ''\src'' folder under Multi-Edit then you need to reinstall Multi-Edit and check the box "Macro Source". See http://www.multiedit.com/forums/viewtopic.php?p=1380#1380) 
 + 
 +**Example 2**:
<code c> <code c>
 
doc/tutorial/cmac_5.txt · Last modified: 2009/03/18 09:52 by geofff     Back to top