<?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: An AppleScript Function to Zero Pad a Value</title>
	<atom:link href="http://kenclark.me/2009/10/an-applescript-function-to-zero-pad-integers/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenclark.me/2009/10/an-applescript-function-to-zero-pad-integers/</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: zero value</title>
		<link>http://kenclark.me/2009/10/an-applescript-function-to-zero-pad-integers/comment-page-1/#comment-14100</link>
		<dc:creator>zero value</dc:creator>
		<pubDate>Mon, 29 Mar 2010 04:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1264#comment-14100</guid>
		<description>&lt;p&gt;[...] families with zero and negative values may behave differently from positive wealth families. ...An AppleScript Function to Zero Pad a Value Ken ClarkAn AppleScript Function to Zero Pad a Value. by Ken Clark on October 22, 2009. I wrote this [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] families with zero and negative values may behave differently from positive wealth families. &#8230;An AppleScript Function to Zero Pad a Value Ken ClarkAn AppleScript Function to Zero Pad a Value. by Ken Clark on October 22, 2009. I wrote this [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Clark</title>
		<link>http://kenclark.me/2009/10/an-applescript-function-to-zero-pad-integers/comment-page-1/#comment-10197</link>
		<dc:creator>Ken Clark</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1264#comment-10197</guid>
		<description>&lt;p&gt;Thomas--&lt;/p&gt;

&lt;p&gt;I never thought about approaching it like that (create a big padded string and then &quot;chop it down&quot; so to speak...), so it took a couple minutes for it to sink into my brain.  I get it now.  Very cool.  Thanks for sharing. --Ken&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thomas&#8211;</p>

<p>I never thought about approaching it like that (create a big padded string and then &#8220;chop it down&#8221; so to speak&#8230;), so it took a couple minutes for it to sink into my brain.  I get it now.  Very cool.  Thanks for sharing. &#8211;Ken</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://kenclark.me/2009/10/an-applescript-function-to-zero-pad-integers/comment-page-1/#comment-10189</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 23 Oct 2009 08:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1264#comment-10189</guid>
		<description>&lt;p&gt;Not so classy as yours, but short and functional:&lt;/p&gt;

&lt;p&gt;on zero_pad(value, string_length)
set tmp_string to “000000000″ &amp; (value as string)
set padded_value to characters ((length of tmp_string) – string_length + 1) thru -1 of tmp_string as string
return padded_value
end zero_pad&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Not so classy as yours, but short and functional:</p>

<p>on zero_pad(value, string_length)
set tmp_string to “000000000″ &amp; (value as string)
set padded_value to characters ((length of tmp_string) – string_length + 1) thru -1 of tmp_string as string
return padded_value
end zero_pad</p>]]></content:encoded>
	</item>
</channel>
</rss>

