<?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 - Developing_ColdFusion_MX_Applications_with_CFML - CFScript3.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-26T10:22:03</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#38585" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#25776" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#21686" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#1425" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#831" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#519" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#278" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#38585">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#38585</link>
		<description>Thw switch conditional seems to require an end switch. However, it makes no difference to the interpreter. Usage of end swith appears to be optional.</description>
		<dc:creator>mysorian</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-11T12:10:44</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#25776">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#25776</link>
		<description>This also works:&lt;br /&gt;&lt;br /&gt;*****************************&lt;br /&gt;&lt;cffunction name=&quot;cfquery&quot;&gt;&lt;br /&gt;&lt;cfargument name=&quot;sql&quot;&gt;&lt;br /&gt;&lt;cfquery name=&quot;rs&quot; datasource=&quot;trailways&quot;&gt;&lt;br /&gt;#sql#&lt;br /&gt;&lt;/cfquery&gt;&lt;br /&gt;&lt;cfreturn rs&gt;&lt;br /&gt;&lt;/cffunction&gt;&lt;br /&gt;***********************************</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-12-22T19:26:16</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#21686">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#21686</link>
		<description>Just letting the previous poster that the ampersand (&amp;) char does work for string concatenation.   &lt;br /&gt;&lt;br /&gt;ex:&lt;br /&gt;myString = &quot;&quot;;&lt;br /&gt;myString = myString &amp; &quot;hello&quot;;&lt;br /&gt;myString = myString &amp; &quot; world&quot;;&lt;br /&gt;writeOuput(myString &amp; &quot;!!&quot;);&lt;br /&gt;&lt;br /&gt;will write to the screen &quot;hello world!!&quot;    (not including quotes of course)</description>
		<dc:creator>nnielsen</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-09-24T06:43:17</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#1425">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#1425</link>
		<description>It *appears* that using createobject - will leave the object in memory for the next time you use it.&lt;br&gt;So, if you init a String object with &quot;test&quot; - it will have that value next time you call that code - even if you init it with another string value.&lt;br&gt;Makes sense, but isn't documented.&lt;br&gt;&lt;br&gt;cheers&lt;br&gt;-Mike</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-08-21T17:14:17</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#831">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#831</link>
		<description>This page (The CFSCRIPT Language) does not say anything about operators.  I am specifically looking for the string concatenation operator because the ampersand (&amp;) does not seem to work.</description>
		<dc:creator>a440guy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-01-06T19:44:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#519">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#519</link>
		<description>I've discovered that yoy _can_ use CFML tags in CFSCRIPT. It's a bit of a trick though, but once set up it's a beeeeuty. :)&lt;br&gt;&lt;br&gt;1. ##### In /mycustomtags (a cf mapping)/myapp/cfmltags.cfc, create the following:&lt;br&gt;	&lt;cffunction name=&quot;cfdump&quot; hint=&quot;cfdumps content; author jorgen smith&quot;&gt;&lt;br&gt;		&lt;cfargument name=&quot;var&quot;&gt;&lt;br&gt;		&lt;cfdump var=&quot;#arguments.var#&quot;&gt;&lt;br&gt;	&lt;/cffunction&gt;&lt;br&gt;&lt;br&gt;2. ##### Back to your source file, do this:&lt;br&gt;&lt;br&gt;&lt;cfscript&gt;&lt;br&gt;cUtil=createObject(&quot;component&quot;,&quot;mycustomtags.myapp.cfmltags&quot;);&lt;br&gt;stDemoStruct = structnew(1);&lt;br&gt;stDemoStruct.printthis = &quot;Hello world&quot;;&lt;br&gt;cUtil.cfdump(stDemoStruct);&lt;br&gt;&lt;/cfscript&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/cfscript&gt;&lt;br&gt;&lt;br&gt;---&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Jørgen - sundvor@hotmail.com&lt;br&gt;</description>
		<dc:creator>sundvor</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-08-29T06:23:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#278">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/CFScript3.htm#278</link>
		<description>MINOR TYPO:&lt;br&gt;&lt;br&gt;In the final table, cfscript functional equivalents, the line for structure cfloop:&lt;br&gt;&lt;br&gt;&quot;Structure cfloop | for in loop. )There is no equivalent for queries, lists, or objects.) &quot;&lt;br&gt;&lt;br&gt;The close parenthesis before There should be an open parenthesis.&lt;br&gt;(There is no....&lt;br&gt;</description>
		<dc:creator>srhcfmx</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-05-31T15:56:00</dc:date>
	</item>
	</rdf:RDF>

