1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<HTML>
<HEAD>
<TITLE>Abort</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<P><A NAME="execabort"></A>
<font size="+3" color="green"><B>Abort</B></font></P>
<P>
If the <a href="../ReturnCommand/returncommand.htm"><CODE>RETURN</CODE></a> command is encountered
in a script, control passes back to the calling script, if there is one, or to
the keyboard, if that script was the top level script. If you type the
<CODE>RETURN</CODE> command from the keyboard after a
<CODE><a href="../PauseCommand/pausecommand.htm">PAUSE</a></CODE>
command has been encountered in a script, execution of that script is aborted.</P>
<P>
<a href="keyboardinput.htm"><img src="../shadow_left.gif">
<font size="+1" color="olive">Keyboard input</font></a><br />
<a href="parameters.htm"><img src="../shadow_right.gif">
<font size="+1" color="olive">Parameters</font></a>
</P>
</BODY>
</HTML>
|