<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - exprea13.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-24T20:12:11</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#35588" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#5342" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#5282" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#35588">
		<title>coldfusion/6.1/htmldocs/exprea13.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#35588</link>
		<description>Regarding &quot;Use pound signs only where necessary, because unneeded pound signs slow processing.&quot; is there some real data that supports this claim? I tried to prove above to my co-workers and failed - tests of code with extra ## and without didn't show any speed difference. Even with 10000 of cfsets there was no difference I could notice. On the other hand, cfif is faster than cfcase.</description>
		<dc:creator>DracTK</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-15T20:08:38</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#5342">
		<title>coldfusion/6.1/htmldocs/exprea13.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#5342</link>
		<description>he statement is only partially correct.&lt;br&gt;&lt;br&gt;It is acceptable to use expressions in pound signs in cfoutput blocks. For example, the following code is valid:&lt;br&gt;&lt;br&gt;&lt;cfset dogs=3&gt;&lt;br&gt;&lt;cfset cats=9&gt;&lt;br&gt;&lt;cfoutput&gt;There are #dogs + cats# pets on hand&lt;/cfoutput&gt;&lt;br&gt;&lt;br&gt;(Note that code in of this form mixes logic and presentation, which may not be desirable from the point of view of style and ease of understanding.)&lt;br&gt;&lt;br&gt;However, in a cfset statement or function, you must not use pound signs around the expression. For example, the following line generates an error:&lt;br&gt;&lt;br&gt;&lt;cfset foo=#1+2#&gt;&lt;br&gt;&lt;br&gt;Instead, use &lt;br&gt;&lt;br&gt;&lt;cfset foo=1+2&gt;</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-01-16T08:19:15</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#5282">
		<title>coldfusion/6.1/htmldocs/exprea13.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/exprea13.htm#5282</link>
		<description>#1+1# will work in CFMX!  &lt;br /&gt;&lt;br /&gt;Why is it recommended here not to do that?  Is it leftover from previous version documentation or is there some hidden reason?</description>
		<dc:creator>JeffHouser</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-01-15T14:43:04</dc:date>
	</item>
	</rdf:RDF>

