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...")
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Generates a run-time error and aborts the execution of the study.  
 
Generates a run-time error and aborts the execution of the study.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>Abort</syntaxhighlight>  
 
<syntaxhighlight>Abort</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>Abort the study’s execution:  
+
To abort the study’s execution:  
  
Abort;</syntaxhighlight>  
+
<syntaxhighlight>Abort;</syntaxhighlight>  
 
  
 
[[Category:Execution Control]]
 
[[Category:Execution Control]]

Latest revision as of 05:51, 9 February 2012

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

Usage

Abort

Example

To abort the study’s execution:

Abort;