<?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 - functa19.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-25T05:38:58</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#32847" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#24754" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#24738" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#23798" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#15502" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#32847">
		<title>coldfusion/6.1/htmldocs/functa19.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#32847</link>
		<description>If the first element of the array to be converted is empty, the element does not appear on the list. However any other empty array elements appear as empty list items. &lt;br /&gt;&lt;br /&gt;In other words:&lt;br /&gt;myArray[1] = 'one'&lt;br /&gt;myArray[2] = 'two'&lt;br /&gt;myArray[3] = 'three'&lt;br /&gt;&lt;br /&gt;will output as a list like this: one,two,three&lt;br /&gt;&lt;br /&gt;but if you have this&lt;br /&gt;&lt;br /&gt;myArray[1] = ''&lt;br /&gt;myArray[2] = 'two'&lt;br /&gt;myArray[3] = 'three'&lt;br /&gt;&lt;br /&gt;you only get the following: two,three</description>
		<dc:creator>CFDan</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-05-02T11:46:37</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#24754">
		<title>coldfusion/6.1/htmldocs/functa19.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#24754</link>
		<description>I tried this and I don't think you are correct. The ArraySort function returns a Boolean value, so MyAlphaList actually contains a Boolean. The ArraySort function works in-place on the referenced array.&lt;br&gt;&lt;br&gt;You might, however, argue (successfully, I'm afraid) that the variable names are misleading.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-12-01T10:00:27</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#24738">
		<title>coldfusion/6.1/htmldocs/functa19.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#24738</link>
		<description>IMHO, the comment about readbale code is dead on.  Don't blow it off just cause the code isn't as readable as some would like.&lt;br /&gt;&lt;br /&gt;In any case, that's not my comment.  In the code above, there are these lines:&lt;br /&gt;&lt;br /&gt;&lt;!--- show the resulting array as a list ---&gt;&lt;br /&gt;&lt;cfset myList = ArrayToList(myArray, &quot;,&quot;)&gt;&lt;br /&gt;&lt;!--- sort that array descending alphabetically ---&gt;&lt;br /&gt;&lt;cfset myAlphaArray = ArraySort(myArray, &quot;textnocase&quot;, &quot;desc&quot;)&gt;&lt;br /&gt;&lt;!--- show the resulting alphabetized array as a list ---&gt;&lt;br /&gt;&lt;cfset myAlphaList = ArrayToList(myArray, &quot;,&quot;)&gt;&lt;br /&gt;&lt;br /&gt;Then below, it outputs myAlphaList as an order list.  However, it isn't.  the cfset that assigns the value to myAlphaList should be this instead:&lt;br /&gt;&lt;br /&gt;&lt;cfset myAlphaList = ArrayToList(myAlphaArray, &quot;,&quot;)&gt;</description>
		<dc:creator>katdragon</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-12-01T07:27:10</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#23798">
		<title>coldfusion/6.1/htmldocs/functa19.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#23798</link>
		<description>if you want blank lines, copy the code to your editor and add them yourself, otherwise, keep your noise to yourself</description>
		<dc:creator>eokyere</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-11-10T21:05:30</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#15502">
		<title>coldfusion/6.1/htmldocs/functa19.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa19.htm#15502</link>
		<description>Adding a  blank line before each comment could make the example code more readable.</description>
		<dc:creator>knallore</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-05-27T06:08:38</dc:date>
	</item>
	</rdf:RDF>

