Difference between revisions of "Abort"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Generates a run-time error and aborts the execution of the study. ==== Usage ==== <syntaxhighlight>Abort</syntaxhighlight> ==== Example ==== <syntaxhighlight>Abort the s...")
 
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>Abort the study’s execution:  
+
Abort the study’s execution:  
  
Abort;</syntaxhighlight>  
+
<syntaxhighlight>Abort;</syntaxhighlight>  
 
   
 
   
  
 
[[Category:Execution Control]]
 
[[Category:Execution Control]]

Revision as of 13:43, 26 January 2012

Generates a run-time error and aborts the execution of the study.

Usage

Abort

Example

Abort the study’s execution:

Abort;