<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Trying to replace Pause statement]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=668</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=668&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Trying to replace Pause statement.]]></description>
		<lastBuildDate>Tue, 23 Jan 2018 12:48:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Trying to replace Pause statement]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3104#p3104</link>
			<description><![CDATA[<p>Bob,</p><p>I believe the <em>PAUSE</em> statement was an extension as opposed to a standard, deprecated language feature.&nbsp; Regardless, your code should be working.&nbsp; In between these calls for reading from the console, do you ever access units 5 or 6?&nbsp; If unit 5 or 6 is redefined to point at a file, it actually changes the standard input and output to that file, meaning your <em>Read</em> statement is actually reading from the file.&nbsp; I would initially check that.&nbsp; Units under 20 or so can be extremely dangerous to use since some compilers have hard-coded definition of these unit numbers.&nbsp; Our compiler, for example, hard-codes the standard input and output to units 5 and 6.</p><p>You can also use the <em>SLEEP</em> function to slow things down at certain points.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 23 Jan 2018 12:48:21 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3104#p3104</guid>
		</item>
		<item>
			<title><![CDATA[Trying to replace Pause statement]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3102#p3102</link>
			<description><![CDATA[<p>In order to check the progress of my code, I use&nbsp; a print statement followed by a Read statement<br /> that should halt execution and wait for a key press.<br />Print *, &quot; Begin Pass 56 on 20 Jan 2018&nbsp; Enter any key then press enter&quot;<br />Read(*,*)anyKey&nbsp; <br />always&nbsp; halts execution<br />But further on in the code:</p><p>Print *, &quot; Does this line appear after the grid is displayed ?&quot; <br />Read(*,*)anyKey</p><p>Does not halt execution.</p><p>Also, I think the Pause statement is deprecated ?</p><p>Bob</p>]]></description>
			<author><![CDATA[null@example.com (Bob)]]></author>
			<pubDate>Mon, 22 Jan 2018 20:22:20 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3102#p3102</guid>
		</item>
	</channel>
</rss>
