<?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: Testing for Missing Value in AppleScript</title>
	<atom:link href="http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/</link>
	<description>a technology journal</description>
	<lastBuildDate>Sun, 08 Jan 2012 19:27:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ken Clark</title>
		<link>http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/comment-page-1/#comment-14328</link>
		<dc:creator>Ken Clark</dc:creator>
		<pubDate>Sun, 05 Jun 2011 13:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1178#comment-14328</guid>
		<description>&lt;p&gt;Jordan, glad it helped! --Ken&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jordan, glad it helped! &#8211;Ken</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jordan</title>
		<link>http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/comment-page-1/#comment-14326</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Wed, 18 May 2011 23:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1178#comment-14326</guid>
		<description>&lt;p&gt; Brilliant! I can stop searching Google now. I kept testing for empty values using empty double quotes (&quot;&quot;) and it kept saying it could not set date of a missing value. I tested for &quot;missing value&quot; and it worked. Thanks for the post. : )&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p> Brilliant! I can stop searching Google now. I kept testing for empty values using empty double quotes (&#8220;&#8221;) and it kept saying it could not set date of a missing value. I tested for &#8220;missing value&#8221; and it worked. Thanks for the post. : )</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cvillepete</title>
		<link>http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/comment-page-1/#comment-14127</link>
		<dc:creator>cvillepete</dc:creator>
		<pubDate>Mon, 31 May 2010 03:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1178#comment-14127</guid>
		<description>&lt;p&gt;Thanks!  Awesome tip for newbies :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!  Awesome tip for newbies <img src='http://kenclark.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: shojo</title>
		<link>http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/comment-page-1/#comment-14086</link>
		<dc:creator>shojo</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1178#comment-14086</guid>
		<description>&lt;p&gt;thanks a lot. i was fighting on this one&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks a lot. i was fighting on this one</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Clark</title>
		<link>http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/comment-page-1/#comment-14076</link>
		<dc:creator>Ken Clark</dc:creator>
		<pubDate>Thu, 25 Feb 2010 07:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1178#comment-14076</guid>
		<description>&lt;p&gt;No problem.  Happy to help!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No problem.  Happy to help!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shedali</title>
		<link>http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/comment-page-1/#comment-14075</link>
		<dc:creator>shedali</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1178#comment-14075</guid>
		<description>&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: applescript - StartTags.com</title>
		<link>http://kenclark.me/2009/10/testing-for-missing-value-in-applescript/comment-page-1/#comment-14041</link>
		<dc:creator>applescript - StartTags.com</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1178#comment-14041</guid>
		<description>&lt;p&gt;[...] The problem I ran into is whenever I do a shell script the working directory is my home directory. ITesting for Missing Value in AppleScript Ken ClarkA quick example of how to test for the missing value constant in AppleScript.The MacTipper Blog: An [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] The problem I ran into is whenever I do a shell script the working directory is my home directory. ITesting for Missing Value in AppleScript Ken ClarkA quick example of how to test for the missing value constant in AppleScript.The MacTipper Blog: An [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

