+1 888 340 6572

ClearDebug: Difference between revisions

From MultiCharts
(Created page with "Clears the PowerLanguage Editor Output Log. ==== Usage ==== <syntaxhighlight>ClearDebug</syntaxhighlight> ==== Example ==== <syntaxhighlight>ClearDebug; will clear the ...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Clears the PowerLanguage Editor Output Log.   
Clears the PowerLanguage Editor Output Log.   


==== Usage ====
== Usage ==
<syntaxhighlight>ClearDebug</syntaxhighlight>  
<syntaxhighlight>ClearDebug</syntaxhighlight>  
   
   
==== Example ====
== Examples ==
<syntaxhighlight>ClearDebug; will clear the PowerLanguage Editor Output Log</syntaxhighlight>  
<syntaxhighlight>ClearDebug;</syntaxhighlight>
Will clear the PowerLanguage Editor output log.
 
<syntaxhighlight>once cleardebug;</syntaxhighlight>
Clears the PowerLanguage Editor output log once.
   
   
[[Category:Math and Trig]]
[[Category:Output]]

Latest revision as of 10:07, 9 February 2012

Clears the PowerLanguage Editor Output Log.

Usage

ClearDebug

Examples

ClearDebug;

Will clear the PowerLanguage Editor output log.

once cleardebug;

Clears the PowerLanguage Editor output log once.