<?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 - 7 - htmldocs - 00000957.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-24T21:09:08</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#63886" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#49769" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#47120" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#63886">
		<title>coldfusion/7/htmldocs/00000957.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#63886</link>
		<description>gnerase: No, the given code is correct and preferable. The pound signs you suggest are superfluous. As a rule of thumb, the only places you need pound signs are inside &lt;cfoutput&gt; blocks and inside strings (e.g. &lt;cfset Foo=&quot;Bar#N#Baz&quot;&gt;). Adobe has some best practices documented here:&lt;br /&gt;&lt;br /&gt;http://livedocs.adobe.com/coldfusion/7/htmldocs/00000932.htm</description>
		<dc:creator>HorsePunchKid</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-03-07T13:13:15</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#49769">
		<title>coldfusion/7/htmldocs/00000957.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#49769</link>
		<description>Just to correct the statement: &lt;cfset total_records=test.recordcount&gt;. There should be &quot;#&quot; signs. It should read: &lt;cfset total_records=#test.recordcount#&gt;.</description>
		<dc:creator>gnerase</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-06-15T16:40:14</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#47120">
		<title>coldfusion/7/htmldocs/00000957.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000957.htm#47120</link>
		<description>rather than writing loops for a one dementional array you can also use the following trick:&lt;br /&gt;&lt;cfset myarray = listToArray(valueList(test.FirstName))&gt;&lt;br /&gt;Not as messy, though I don't know how it compairs for speed. &lt;br /&gt;&lt;br /&gt;(it's also worth pointing out that if you susspect you have comma's in your data you might want to try doing it with a diffrent delimiter such as:&lt;br /&gt;&lt;cfset myarray = listToArray(valueList(test.FirstName,&quot;|&quot;),&quot;|&quot;)&gt; )</description>
		<dc:creator>hpottash</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-04-04T07:36:34</dc:date>
	</item>
	</rdf:RDF>

