<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CF7, Web Services, and null</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2005/09/21/cf7-web-services-and-null/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2005/09/21/cf7-web-services-and-null/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Barney</title>
		<link>https://www.barneyb.com/barneyblog/2005/09/21/cf7-web-services-and-null/comment-page-1/#comment-247</link>
		<dc:creator>Barney</dc:creator>
		<pubDate>Wed, 21 Sep 2005 18:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=121#comment-247</guid>
		<description>Pick something else, then.  My point was more that you can&#039;t return null if your function says it&#039;ll return &quot;any&quot;.  Any non-null value will work, I just picked the empty string because it&#039;s often used (in CF) as an alias for null.

If nothing else, return &quot;--NULL--&quot; or something, and then you can check it on the recieving end.  Theoretically that shouldn&#039;t ever be a valid return value, right?
</description>
		<content:encoded><![CDATA[<p>Pick something else, then.  My point was more that you can't return null if your function says it'll return "any".  Any non-null value will work, I just picked the empty string because it's often used (in CF) as an alias for null.</p>
<p>If nothing else, return "&#8211;NULL&#8211;" or something, and then you can check it on the recieving end.  Theoretically that shouldn't ever be a valid return value, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo</title>
		<link>https://www.barneyb.com/barneyblog/2005/09/21/cf7-web-services-and-null/comment-page-1/#comment-246</link>
		<dc:creator>Danilo</dc:creator>
		<pubDate>Wed, 21 Sep 2005 16:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=121#comment-246</guid>
		<description>And what would best to do if an empty string is a valid return for the function?</description>
		<content:encoded><![CDATA[<p>And what would best to do if an empty string is a valid return for the function?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
