<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aptech &#187; Answers for "Syntax error trying to execute #include statement"</title>
	<atom:link href="http://www.aptech.com/questions/syntax-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: upani</title>
		<link>http://www.aptech.com/questions/syntax-error/#answer-2346</link>
		<comments>http://www.aptech.com/questions/syntax-error/#answer-2346#comments</comments>
		<pubDate>Wed, 07 Nov 2012 20:02:51 +0000</pubDate>
		<dc:creator>upani</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/syntax-error/#answer-2346</guid>
		<description><![CDATA[&#160; Hi Jason, Thanks a lot for guiding me. It is a great experience for me as this is my first question in this forum. &#160; With regards, Upananda]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Hi Jason,</p>
<p>Thanks a lot for guiding me. It is a great experience for me as this is my first question in this forum.</p>
<p>&nbsp;</p>
<p>With regards,</p>
<p>Upananda</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/syntax-error/#answer-2346/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By: aptech</title>
		<link>http://www.aptech.com/questions/syntax-error/#answer-2342</link>
		<comments>http://www.aptech.com/questions/syntax-error/#answer-2342#comments</comments>
		<pubDate>Wed, 07 Nov 2012 19:04:30 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/syntax-error/#answer-2342</guid>
		<description><![CDATA[The #include statement can only be run as part of a program. If you try to run an #include statement from the command-line or using &#8220;run selected text&#8221; (using F4 or the context menu) from an editor window, it will &#8230; <a href="http://www.aptech.com/questions/syntax-error/#answer-2342">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The #include statement can only be run as part of a program. If you try to run an #include statement from the command-line or using &#8220;run selected text&#8221; (using F4 or the context menu) from an editor window, it will return a syntax error.</p>
<p>However, the two files that you mention are part of the standard GAUSS library. So you should not have to #include them in your file. Try commenting out those statements and see if your code still runs.</p>
<p>In the case where you do want to execute the equivalent of an #include from the GAUSS command window, you can use the &#8216;run&#8217; command instead:</p>
<pre>
run myfile.ext
</pre>
<p>instead of</p>
<pre>
#include myfile.ext
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/syntax-error/#answer-2342/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 02:00:01 --