<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Doens.be &#187; str</title>
	<atom:link href="http://www.doens.be/tag/str/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doens.be</link>
	<description></description>
	<lastBuildDate>Sat, 07 Jan 2012 04:20:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Add leading zeros</title>
		<link>http://www.doens.be/2009/07/add-leading-zeros/</link>
		<comments>http://www.doens.be/2009/07/add-leading-zeros/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 15:45:19 +0000</pubDate>
		<dc:creator>Jeroen Doens</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[str]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[X++]]></category>

		<guid isPermaLink="false">http://www.doens.be/?p=164</guid>
		<description><![CDATA[You want to show a integer with a fixed length (for example 2characters: 1 &#8211;&#62; 01). You don&#8217;t have to write your own for-loop to ad the zero&#8217;s in front or something like that. The function strRFix does this for you automaticly. 1 info&#40;strRFix&#40;int2str&#40;1&#41;, 2, '0'&#41;&#41;; Note: there is also a strLFix&#8230;]]></description>
			<content:encoded><![CDATA[<p>You want to show a integer with a fixed length (for example 2characters: 1 &#8211;&gt; 01). You don&#8217;t have to write your own for-loop to ad the zero&#8217;s in front or something like that. The function <a href="http://msdn.microsoft.com/en-us/library/aa626245.aspx">strRFix</a> does this for you automaticly.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="xpp" style="font-family:monospace;">info<span style="color: #000000;">&#40;</span>strRFix<span style="color: #000000;">&#40;</span>int2str<span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><span style="color: #00007f;">,</span> <span style="color: #000000;">2</span><span style="color: #00007f;">,</span> <span style="color: #ff0000;">'0'</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;</pre></td></tr></table></div>

<p><strong>Note:</strong> there is also a <a href="http://msdn.microsoft.com/en-us/library/aa658100.aspx">strLFix</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doens.be/2009/07/add-leading-zeros/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

