+1 888 340 6572

Abort: Difference between revisions

From MultiCharts
mNo edit summary
 
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 ==
Abort the study’s execution:  
To abort the study’s execution:  


<syntaxhighlight>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;