<?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 - 00000520.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-25T16:07:38</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#32928" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#28837" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#28367" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#32928">
		<title>coldfusion/7/htmldocs/00000520.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#32928</link>
		<description>Actually the IsArray() doesn't work either.  I recommend using the cfparam tag.  See the following article:&lt;br /&gt;&lt;br /&gt;http://coldfusion.sys-con.com/read/41900.htm</description>
		<dc:creator>spdygnlz</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-05-03T11:05:26</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#28837">
		<title>coldfusion/7/htmldocs/00000520.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#28837</link>
		<description>The IsArray function will do just what your looking for.&lt;br /&gt;IsArray(&quot;Myarray[2]&quot;)  will retrun true if this array and index are valid.  See the IsArray reference in this guide</description>
		<dc:creator>dfSDL JFSD:LIcfS</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-02T09:57:14</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#28367">
		<title>coldfusion/7/htmldocs/00000520.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000520.htm#28367</link>
		<description>IsDefined does not work for an array. It is possible to set certain positions in an array and not others. Like spot 1,2,4 but not 3.&lt;br /&gt;&lt;br /&gt;IsDefined ( &quot;array[3]&quot; ) does not work. &lt;br /&gt;&lt;br /&gt;Currently there is a function on cflib.org that pulls this off by using a cftry cfcatch statement to catch coldfusion.runtime.undefinedelement or something like that.&lt;br /&gt;&lt;br /&gt;I don't see an array function that can determine if an array element has been defined.  It is rare that we use an array in such a manner, but it is useful sometimes.</description>
		<dc:creator>twillerror</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-22T10:09:03</dc:date>
	</item>
	</rdf:RDF>

