<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — CONTINUATION statements in Fixed Format source code]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=116&amp;type=atom" />
	<updated>2012-10-10T16:58:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=116</id>
		<entry>
			<title type="html"><![CDATA[Re: CONTINUATION statements in Fixed Format source code]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=382#p382" />
			<content type="html"><![CDATA[<p>Glad to help. I&#039;d have to say that the runtime error message is quite misleading, so I can see why it appeared the continuation was ignored.</p>]]></content>
			<author>
				<name><![CDATA[petesun]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=460</uri>
			</author>
			<updated>2012-10-10T16:58:44Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=382#p382</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CONTINUATION statements in Fixed Format source code]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=381#p381" />
			<content type="html"><![CDATA[<p>Post to PETESUN:&nbsp; You are correct.&nbsp; Insertion of the colon (:) corrected the problem.&nbsp; Thanks for your input.</p>]]></content>
			<author>
				<name><![CDATA[GLN43]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=490</uri>
			</author>
			<updated>2012-10-10T16:53:29Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=381#p381</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CONTINUATION statements in Fixed Format source code]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=378#p378" />
			<content type="html"><![CDATA[<p>Hi - maybe try adding a &quot;:&quot; after the &quot;C&quot; in &quot;C\GLN\...&quot; - it may not have anything to do with the continuation.</p>]]></content>
			<author>
				<name><![CDATA[petesun]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=460</uri>
			</author>
			<updated>2012-10-09T15:33:58Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=378#p378</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CONTINUATION statements in Fixed Format source code]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=377#p377" />
			<content type="html"><![CDATA[<p>I have a fixed format source file saved as &#039;HARMOSC.FOR&#039;.&nbsp; It is attached to the project.&nbsp; It contains the following statement:</p><p>&nbsp; &nbsp; &nbsp; &nbsp;open (8,file=&#039;C\GLN\Sci_Source\FLIBS\harmout.txt&#039;,<br />&nbsp; &nbsp; &nbsp;X&nbsp; &nbsp;status=&#039;UNKNOWN&#039;)</p><p>I am trying to set up a new file (UNIT 8) to which I will write the output data.&nbsp; The &quot;X&quot; is in column 6, which means the statement following is to be interpreted as a continuation statement for the previous line.</p><p>When I compile the code, everything seems to compile normally.&nbsp; I get an output module called &#039;HARMOSC.o&#039;, and an executable module.&nbsp; When I attempt to launch the thing, I get the following message:</p><p>&quot;At line 16 of file .\HARMOSC.FOR(UNIT=8,FILE=&#039;#^1)&#039;<br />FORTRAN RUNTIME ERROR:&nbsp; FILE &#039;c\gln\Sci_Source\FLIBS\harmout.txt&#039; does not exist&#039;</p><p>Press any key to continue. &quot;</p><p>It appears from this that the file name has been garbled, probably because it did not recognize the continuation symbol in column 7.&nbsp; What&#039;s going on?&nbsp; Is there a fix for this?</p>]]></content>
			<author>
				<name><![CDATA[GLN43]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=490</uri>
			</author>
			<updated>2012-10-09T15:22:36Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=377#p377</id>
		</entry>
</feed>
