<?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%2Fcontinue</id>
		<title>IB Statements/continue - 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%2Fcontinue"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/continue&amp;action=history"/>
		<updated>2026-04-19T00:35:07Z</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/continue&amp;diff=367&amp;oldid=prev</id>
		<title>Badge: New page: '''CONTINUE statement'''   '''Syntax:'''  CONTINUE    '''Discussion:'''  The CONTINUE statement passes control to the NEXT statement in a FOR/NEXT structure or to the LOOP statement in a D...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/continue&amp;diff=367&amp;oldid=prev"/>
				<updated>2009-05-20T11:42:22Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;CONTINUE statement&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  CONTINUE    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The CONTINUE statement passes control to the NEXT statement in a FOR/NEXT structure or to the LOOP statement in a D...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''CONTINUE statement'''&lt;br /&gt;
 &lt;br /&gt;
'''Syntax:'''  CONTINUE  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The CONTINUE statement passes control to the NEXT statement in a FOR/NEXT structure or to the LOOP statement in a DO/LOOP structure.&lt;br /&gt;
 &lt;br /&gt;
A CONTINUE statement must occur within a FOR/NEXT structure or a DO/LOOP structure. &lt;br /&gt;
&lt;br /&gt;
If a CONTINUE statement occurs within an IF/THEN or IF/THEN/ELSE structure, the IF structure must itself be within a FOR/NEXT loop or DO/LOOP structure, and the CONTINUE statement refers to the FOR or DO structure, accordingly. &lt;br /&gt;
&lt;br /&gt;
There can be multiple CONTINUE statements within a given FOR/NEXT or DO/LOOP structure. &lt;br /&gt;
 &lt;br /&gt;
'''Example:''' &lt;br /&gt;
&lt;br /&gt;
   DO WHILE A LT 100      ! Start the loop&lt;br /&gt;
   .&lt;br /&gt;
   IF A=B              ! If A = B, then&lt;br /&gt;
        CONTINUE       ! jump to the LOOP statement&lt;br /&gt;
   ELSE                ! otherwise&lt;br /&gt;
   .                   ! execute these statements&lt;br /&gt;
   .&lt;br /&gt;
   ENDIF               ! End the IF structure&lt;br /&gt;
   .&lt;br /&gt;
  LOOP                   ! End the DO structure&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>