<?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 - 00000564.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-25T01:37:18</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000564.htm#75109" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000564.htm#71323" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000564.htm#75109">
		<title>coldfusion/7/htmldocs/00000564.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000564.htm#75109</link>
		<description>Many thanks, e.esquivel, for your tip, which seems to work also in CFMX 6.1.&lt;br /&gt;Even better, you can use regular expressions to split the string. Try:&lt;br /&gt;&lt;cfscript&gt;&lt;br /&gt;myString=&quot;one,two,,,five,six,,,,ten;eleven&quot;;&lt;br /&gt;myArray=myString.split(&quot;[,;]+&quot;);&lt;br /&gt;&lt;/cfscript&gt;&lt;br /&gt;Great, huh?</description>
		<dc:creator>I.Am.Zorglub</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-10-17T02:39:52</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000564.htm#71323">
		<title>coldfusion/7/htmldocs/00000564.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000564.htm#71323</link>
		<description>Lots of people are trying to get array from a list with empty values. A string method is not documented but very usefull to split (explode,convert to array) a list or we shoudld say a string. &lt;br /&gt;&lt;br /&gt;There is a simple example that could prvent you to long time searches&lt;br /&gt;&lt;cfscript&gt;&lt;br /&gt;myString=&quot;one,two,,,five,six,,,,ten&quot;;&lt;br /&gt;myArray=myString.split(&quot;,&quot;);&lt;br /&gt;&lt;/cfscript&gt;&lt;br /&gt;&lt;br /&gt;Dump the result then you will have a surprise.&lt;br /&gt;I did not tested it with coldfusion 6 but it certainly depend of the JRE. It works with Coldfusion 7 and 8.</description>
		<dc:creator>e.esquivel</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-08-03T01:10:31</dc:date>
	</item>
	</rdf:RDF>

