<?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%2Fmessagesub</id>
		<title>IB Statements/messagesub - 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%2Fmessagesub"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/messagesub&amp;action=history"/>
		<updated>2026-04-05T18:03:55Z</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/messagesub&amp;diff=385&amp;oldid=prev</id>
		<title>Badge: New page: '''MESSAGESUB statement'''   '''Syntax:'''  MESSAGESUB statement-label    '''Discussion:'''  The MESSAGESUB statement sets a branch-to address for the current program. If this program is i...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/messagesub&amp;diff=385&amp;oldid=prev"/>
				<updated>2009-05-21T11:11:20Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;MESSAGESUB statement&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  MESSAGESUB statement-label    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The MESSAGESUB statement sets a branch-to address for the current program. If this program is i...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''MESSAGESUB statement''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  MESSAGESUB statement-label  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The MESSAGESUB statement sets a branch-to address for the current program. If this program is interrupted while running (via an INTERRUPT statement from another program), program flow will be transferred to the statement-label specified in the MESSAGESUB statement. &lt;br /&gt;
&lt;br /&gt;
When a RETURN statement is executed after the MESSAGESUB path has been taken, program flow continues at the statement immediately following the statement where the INTERRUPT occurred. &lt;br /&gt;
 &lt;br /&gt;
 Example:  MESSAGESUB 9999        ! Set MESSAGESUB label&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
 9999   MESSAGESUB 9999 ! Reset MESSAGESUB label&lt;br /&gt;
       RETURN&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>