<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to change property for multiple symbols at once.</title>
	<atom:link href="http://www.amibroker.com/kb/2006/09/01/how-to-change-property-for-multiple-symbols-at-once/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amibroker.com/kb/2006/09/01/how-to-change-property-for-multiple-symbols-at-once/</link>
	<description>Providing you with tips &#038; tricks for everyday AmiBroker use</description>
	<lastBuildDate>Tue, 29 Mar 2011 08:43:54 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tomasz Janeczko</title>
		<link>http://www.amibroker.com/kb/2006/09/01/how-to-change-property-for-multiple-symbols-at-once/comment-page-1/#comment-1139</link>
		<dc:creator>Tomasz Janeczko</dc:creator>
		<pubDate>Tue, 13 Mar 2007 15:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2006/09/01/how-to-change-property-for-multiple-symbols-at-once/#comment-1139</guid>
		<description>-- is postdecrement unary operator. - is subtraction - it needs TWO arguments, not one - see User&#039;s Guide.</description>
		<content:encoded><![CDATA[<p>&#8211; is postdecrement unary operator. &#8211; is subtraction &#8211; it needs TWO arguments, not one &#8211; see User&#8217;s Guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Noble</title>
		<link>http://www.amibroker.com/kb/2006/09/01/how-to-change-property-for-multiple-symbols-at-once/comment-page-1/#comment-83</link>
		<dc:creator>Grant Noble</dc:creator>
		<pubDate>Tue, 05 Sep 2006 04:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2006/09/01/how-to-change-property-for-multiple-symbols-at-once/#comment-83</guid>
		<description>Hey, where&#039;d my backslash go ? What&#039;s up here ?</description>
		<content:encoded><![CDATA[<p>Hey, where&#8217;d my backslash go ? What&#8217;s up here ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Noble</title>
		<link>http://www.amibroker.com/kb/2006/09/01/how-to-change-property-for-multiple-symbols-at-once/comment-page-1/#comment-82</link>
		<dc:creator>Grant Noble</dc:creator>
		<pubDate>Tue, 05 Sep 2006 04:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2006/09/01/how-to-change-property-for-multiple-symbols-at-once/#comment-82</guid>
		<description>for( i = Qty - 1; i &gt;= 0; i– ) doesn&#039;t work - are there some dodgy chareacters here ?

for( i = Qty - 1; i &gt;= 0; i–- ) parses OK

looks like &quot;n&quot; should be &quot;\n&quot; too</description>
		<content:encoded><![CDATA[<p>for( i = Qty &#8211; 1; i &gt;= 0; i– ) doesn&#8217;t work &#8211; are there some dodgy chareacters here ?</p>
<p>for( i = Qty &#8211; 1; i &gt;= 0; i–- ) parses OK</p>
<p>looks like &#8220;n&#8221; should be &#8220;n&#8221; too</p>
]]></content:encoded>
	</item>
</channel>
</rss>

