<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in AS3: How to Convert Number to String | Computer programming | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Tue, 02 Jun 2009 04:52:21 -0000</lastBuildDate><item><title>Re: AS3: How to Convert Number to String | Computer programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/#comment-10380388</link><description>That doesn't work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christo</dc:creator><pubDate>Tue, 02 Jun 2009 04:52:21 -0000</pubDate></item><item><title>Re: AS3: How to Convert Number to String | Computer programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/#comment-9931052</link><description>@ littleman80&lt;br&gt;var num:Number = 23;&lt;br&gt;var StringConverted:String = "00"+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 = "12345678";&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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roberto</dc:creator><pubDate>Mon, 25 May 2009 12:04:02 -0000</pubDate></item><item><title>Re: AS3: How to Convert Number to String | Computer programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/#comment-9812658</link><description>or you could use (time.milliseconds).toString()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jenny</dc:creator><pubDate>Fri, 22 May 2009 19:25:34 -0000</pubDate></item><item><title>Re: AS3: How to Convert Number to String | Computer programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/#comment-8762249</link><description>thats cool man, but how would you know wich class to add so you can use the "string()" converter</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Mon, 27 Apr 2009 22:06:08 -0000</pubDate></item><item><title>Re: AS3: How to Convert Number to String | Computer programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/#comment-6433169</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jk</dc:creator><pubDate>Fri, 20 Feb 2009 11:41:20 -0000</pubDate></item><item><title>Re: AS3: How to Convert Number to String | Computer programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/#comment-4965247</link><description>same problem&lt;br&gt;I'm getting a number from an XML, looks like 123,456,78&lt;br&gt;i then myString.split(",").join("");&lt;br&gt;gives me "12345678"&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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">justin</dc:creator><pubDate>Wed, 07 Jan 2009 14:13:25 -0000</pubDate></item><item><title>Re: AS3: How to Convert Number to String | Computer programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/2333/as3_convert_number_to_string/#comment-3677976</link><description>how about if I have a number, i.e.: 23 and I want to converted it to the string "0023" (with 4 digits i.e.)?...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">littleman80</dc:creator><pubDate>Tue, 11 Nov 2008 09:02:48 -0000</pubDate></item></channel></rss>