<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/Places</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 05:56:16 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3 Truncating Decimal Number - adrianparr</title>
<link>http://snipplr.com/view/57204/as3-truncating-decimal-number/</link>
<description><![CDATA[ <p>Examples of different ways to truncate/round a decimal number.</p> ]]></description>
<pubDate>Wed, 27 Jul 2011 22:23:54 GMT</pubDate>
<guid>http://snipplr.com/view/57204/as3-truncating-decimal-number/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Round Decimal Places - adrianparr</title>
<link>http://snipplr.com/view/48892/as3-round-decimal-places/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Feb 2011 06:10:59 GMT</pubDate>
<guid>http://snipplr.com/view/48892/as3-round-decimal-places/</guid>
</item>
<item>
<title>(ActionScript 3) Format a Number to a String - With decimals and thousands separator - adrianparr</title>
<link>http://snipplr.com/view/27081/format-a-number-to-a-string--with-decimals-and-thousands-separator/</link>
<description><![CDATA[ <p>Format a number so it is more humanly readable. It allows for setting the number of decimal places (inc. adding 0000s to the end) and separating thousands with a comma.

Example usage:

trace(numberFormat(1234.695, 2, true, false)); 
// Output: 1,234.70

trace(numberFormat(16000000, 0, false, false)); 
// Output: 16,000,000</p> ]]></description>
<pubDate>Tue, 26 Jan 2010 06:25:12 GMT</pubDate>
<guid>http://snipplr.com/view/27081/format-a-number-to-a-string--with-decimals-and-thousands-separator/</guid>
</item>
</channel>
</rss>