<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fexitto</id>
		<title>IB Statements/exitto - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fexitto"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/exitto&amp;action=history"/>
		<updated>2026-05-03T21:32:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/exitto&amp;diff=388&amp;oldid=prev</id>
		<title>Badge: New page: '''EXITTO statement'''   '''Syntax:'''  EXITTO level-number [,EXCP=statement-label]    '''Discussion:'''  The EXITTO statement returns control to the calling program at the specified level...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/exitto&amp;diff=388&amp;oldid=prev"/>
				<updated>2009-05-21T11:24:05Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;EXITTO statement&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  EXITTO level-number [,EXCP=statement-label]    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The EXITTO statement returns control to the calling program at the specified level...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''EXITTO statement''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  EXITTO level-number [,EXCP=statement-label]  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The EXITTO statement returns control to the calling program at the specified level-number. &lt;br /&gt;
&lt;br /&gt;
Level-number is a numeric constant or varaible (length/precision = 2.0) equal to the value of the ENTERLEVEL system variable to which you wish to exit. &lt;br /&gt;
&lt;br /&gt;
For example, if a subprogram is running at level 5 (i.e., ENTERLEVEL = 5) and wants to return to level 2 (i.e., ENTERLEVEL = 2), the following statement would be used: &lt;br /&gt;
&lt;br /&gt;
 EXITTO 2&lt;br /&gt;
 &lt;br /&gt;
'''Also see:'''&lt;br /&gt;
&lt;br /&gt;
Subprograms&lt;br /&gt;
&lt;br /&gt;
ENTER&lt;br /&gt;
&lt;br /&gt;
EXIT&lt;br /&gt;
&lt;br /&gt;
EXITALL &lt;br /&gt;
 &lt;br /&gt;
'''Example 1:'''&lt;br /&gt;
  ! This is a subprogram&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  EXITTO 2&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
This example shows a subprogram that exits back to the subprogram running at level 2. &lt;br /&gt;
 &lt;br /&gt;
'''Example 2:'''&lt;br /&gt;
&lt;br /&gt;
  ! This is a subprogram&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  LENGTH 2.0 &amp;amp; LOCAL LEVEL&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  EXITTO LEVEL&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
This example shows a subprogram that exists back to a subprogram level specified by the value of the numeric variable named LEVEL.  &lt;br /&gt;
'''Bold text'''&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>