<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Ascii control characters]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=691&amp;type=atom" />
	<updated>2018-09-14T03:51:30Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=691</id>
		<entry>
			<title type="html"><![CDATA[Re: Ascii control characters]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3204#p3204" />
			<content type="html"><![CDATA[<p>Not sure what you expect to happen when you display a control characters on screen?&nbsp; The windows console may not react the same as a typical ANSI terminal did in the &quot;old days&quot;.&nbsp; However, both control M and control L give me the expected behavior.</p><p>Try the following program</p><p>program testcc<br />&nbsp; implicit none<br />&nbsp; integer::i<br />&nbsp; do i=1,18<br />&nbsp; &nbsp; write(*,&quot;(i2,2x,a)&quot;)i,char(i)<br />&nbsp; end do<br />end program testcc</p>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2018-09-14T03:51:30Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3204#p3204</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ascii control characters]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3203#p3203" />
			<content type="html"><![CDATA[<p>Hi Baf1, thanks for the suggestion but it did not work. I tried 7 different ascii codes, the only one that worked was LF ... not too exciting because a / in the format stmnt will do the same thing.</p><br /><p>Imre</p>]]></content>
			<author>
				<name><![CDATA[imre_varga]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3807</uri>
			</author>
			<updated>2018-09-13T01:55:55Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3203#p3203</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ascii control characters]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3202#p3202" />
			<content type="html"><![CDATA[<p>try</p><p>write(*,&quot;(2a)&quot;)char(13),char(10)</p>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2018-09-12T03:32:39Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3202#p3202</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ascii control characters]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3200#p3200" />
			<content type="html"><![CDATA[<p>Hummm ... ok ... I tried it a couple of times but I could not get it too work ... I will try again. The following did not work ???</p><p>integer cr,lf<br />data cr/o&quot;015&quot; lf/&quot;012&quot;/</p><p>....</p><p>write (*,5) cr,cr,lf,lf<br />5 format (4a1)</p><br /><p>Thanks, Imre</p>]]></content>
			<author>
				<name><![CDATA[imre_varga]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3807</uri>
			</author>
			<updated>2018-09-11T19:00:17Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3200#p3200</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ascii control characters]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3198#p3198" />
			<content type="html"><![CDATA[<p>Simple ASCII control characters should still work on Windows terminals, although BELL probably won&#039;t (most systems block that by default).</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2018-09-11T12:36:27Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3198#p3198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Ascii control characters]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3194#p3194" />
			<content type="html"><![CDATA[<p>Can the ascii control characters like FF LF CR BELL etc work on a windows system or will it only work on the old tty monitors&nbsp; ?</p><p>Is there anything similar for Windows systems ?</p><br /><p>Imre</p>]]></content>
			<author>
				<name><![CDATA[imre_varga]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3807</uri>
			</author>
			<updated>2018-09-11T06:17:48Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3194#p3194</id>
		</entry>
</feed>
