<?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: AS3: How to Convert Number to String</title>
	<atom:link href="http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:16:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Annahe</title>
		<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/comment-page-1/#comment-13755</link>
		<dc:creator>Annahe</dc:creator>
		<pubDate>Fri, 24 Jul 2009 05:24:38 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13755</guid>
		<description>Thank you for your share.&lt;br&gt;&lt;a href=&quot;http://www.moviesmac.com/tutorial/wmv-mac.html&quot; rel=&quot;nofollow&quot;&gt;wmv to mov on mac&lt;/a&gt;&lt;a href=&quot;http://www.moviesmac.com/tutorial/wmv-mac.html&quot; rel=&quot;nofollow&quot;&gt;wmv to quicktime on mac&lt;/a&gt;&lt;a href=&quot;http://www.moviesmac.com/tutorial/wmv-mac.html&quot; rel=&quot;nofollow&quot;&gt;wmv to mp4 on mac&lt;/a&gt;&lt;a href=&quot;http://www.moviesmac.com/tutorial/wmv-mac.html&quot; rel=&quot;nofollow&quot;&gt;wmv to iphone 3g s on mac&lt;/a&gt;&lt;a href=&quot;http://www.moviesmac.com/tutorial/wmv-mac.html&quot; rel=&quot;nofollow&quot;&gt;wmv to flv on mac&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.moviesmac.com/tutorial/wmv-mac.html&quot; rel=&quot;nofollow&quot;&gt;wmv to mp3 on mac&lt;/a&gt;&lt;a href=&quot;http://www.moviesmac.com/tutorial/wmv-mac.html&quot; rel=&quot;nofollow&quot;&gt;wmv to itunes on mac&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thank you for your share.<br /><a href="http://www.moviesmac.com/tutorial/wmv-mac.html" rel="nofollow">wmv to mov on mac</a><a href="http://www.moviesmac.com/tutorial/wmv-mac.html" rel="nofollow">wmv to quicktime on mac</a><a href="http://www.moviesmac.com/tutorial/wmv-mac.html" rel="nofollow">wmv to mp4 on mac</a><a href="http://www.moviesmac.com/tutorial/wmv-mac.html" rel="nofollow">wmv to iphone 3g s on mac</a><a href="http://www.moviesmac.com/tutorial/wmv-mac.html" rel="nofollow">wmv to flv on mac</a><br /><a href="http://www.moviesmac.com/tutorial/wmv-mac.html" rel="nofollow">wmv to mp3 on mac</a><a href="http://www.moviesmac.com/tutorial/wmv-mac.html" rel="nofollow">wmv to itunes on mac</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christo</title>
		<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/comment-page-1/#comment-11989</link>
		<dc:creator>Christo</dc:creator>
		<pubDate>Tue, 02 Jun 2009 06:52:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11989</guid>
		<description>That doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>That doesn&#39;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/comment-page-1/#comment-11772</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Mon, 25 May 2009 14:04:02 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11772</guid>
		<description>@ littleman80&lt;br&gt;var num:Number = 23;&lt;br&gt;var StringConverted:String = &quot;00&quot;+String(num);&lt;br&gt;trace(StringConverted);&lt;br&gt;&lt;br&gt;@justin&lt;br&gt;to convert a string to number use this&lt;br&gt;var TheString:String = &quot;12345678&quot;;&lt;br&gt;var TheNumber:Number = parseInt(TheString);&lt;br&gt;trace(TheNumber * 2) // by using * u can test that its really a number</description>
		<content:encoded><![CDATA[<p>@ littleman80<br />var num:Number = 23;<br />var StringConverted:String = &#8220;00&#8243;+String(num);<br />trace(StringConverted);</p>
<p>@justin<br />to convert a string to number use this<br />var TheString:String = &#8220;12345678&#8243;;<br />var TheNumber:Number = parseInt(TheString);<br />trace(TheNumber * 2) // by using * u can test that its really a number</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenny</title>
		<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/comment-page-1/#comment-11710</link>
		<dc:creator>jenny</dc:creator>
		<pubDate>Fri, 22 May 2009 21:25:34 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11710</guid>
		<description>or you could use (time.milliseconds).toString()</description>
		<content:encoded><![CDATA[<p>or you could use (time.milliseconds).toString()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/comment-page-1/#comment-10855</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 28 Apr 2009 00:06:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10855</guid>
		<description>thats cool man, but how would you know wich class to add so you can use the &quot;string()&quot; converter</description>
		<content:encoded><![CDATA[<p>thats cool man, but how would you know wich class to add so you can use the &#8220;string()&#8221; converter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jk</title>
		<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/comment-page-1/#comment-8711</link>
		<dc:creator>jk</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:41:20 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8711</guid>
		<description>How to do whith that?:&lt;br&gt;&lt;br&gt;var D:String;&lt;br&gt;D = String(b * b - 4 * a * c);</description>
		<content:encoded><![CDATA[<p>How to do whith that?:</p>
<p>var D:String;<br />D = String(b * b &#8211; 4 * a * c);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/comment-page-1/#comment-7087</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 07 Jan 2009 16:13:25 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7087</guid>
		<description>same problem&lt;br&gt;I&#039;m getting a number from an XML, looks like 123,456,78&lt;br&gt;i then myString.split(&quot;,&quot;).join(&quot;&quot;);&lt;br&gt;gives me &quot;12345678&quot;&lt;br&gt;now I want to use it in some math,&lt;br&gt;i tried Number(myString);&lt;br&gt;that just gives me the error above</description>
		<content:encoded><![CDATA[<p>same problem<br />I&#39;m getting a number from an XML, looks like 123,456,78<br />i then myString.split(&#8221;,&#8221;).join(&#8221;");<br />gives me &#8220;12345678&#8243;<br />now I want to use it in some math,<br />i tried Number(myString);<br />that just gives me the error above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: littleman80</title>
		<link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/comment-page-1/#comment-5038</link>
		<dc:creator>littleman80</dc:creator>
		<pubDate>Tue, 11 Nov 2008 11:02:48 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5038</guid>
		<description>how about if I have a number, i.e.: 23 and I want to converted it to the string &quot;0023&quot; (with 4 digits i.e.)?...</description>
		<content:encoded><![CDATA[<p>how about if I have a number, i.e.: 23 and I want to converted it to the string &#8220;0023&#8243; (with 4 digits i.e.)?&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
