<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Evaluating (ColdFusion) unscoped query variables</title>
	<atom:link href="http://www.chapter31.com/2008/03/28/evaluating-coldfusion-unscoped-query-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2008/03/28/evaluating-coldfusion-unscoped-query-variables/</link>
	<description>development in a land far far away...</description>
	<pubDate>Thu, 24 Jul 2008 15:22:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2008/03/28/evaluating-coldfusion-unscoped-query-variables/#comment-43516</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Sat, 29 Mar 2008 06:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2008/03/28/evaluating-coldfusion-unscoped-query-variables/#comment-43516</guid>
		<description>@Geoff - In the example I gave (being in a function) myQuery would be var scoped so it would be local to the function. No "variables" prefix would be needed.

However in a .cfm page etc you're right, it would be best to scope with "variables".</description>
		<content:encoded><![CDATA[<p>@Geoff - In the example I gave (being in a function) myQuery would be var scoped so it would be local to the function. No &#8220;variables&#8221; prefix would be needed.</p>
<p>However in a .cfm page etc you&#8217;re right, it would be best to scope with &#8220;variables&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.chapter31.com/2008/03/28/evaluating-coldfusion-unscoped-query-variables/#comment-43455</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 28 Mar 2008 18:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2008/03/28/evaluating-coldfusion-unscoped-query-variables/#comment-43455</guid>
		<description>To be really pedantic, your "myQuery" is actually in the variables scope, so you could do:


#variables.myquery.firstname#

etc...</description>
		<content:encoded><![CDATA[<p>To be really pedantic, your &#8220;myQuery&#8221; is actually in the variables scope, so you could do:</p>
<p>#variables.myquery.firstname#</p>
<p>etc&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
