<?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 casting String to Number?</title>
	<atom:link href="http://www.randytroppmann.com/2009/07/06/as3-casting-string-to-number/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randytroppmann.com/2009/07/06/as3-casting-string-to-number/</link>
	<description>Interactive designer / developer • Web • Mobile • Desktop</description>
	<lastBuildDate>Thu, 19 Jan 2012 12:18:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: senocular</title>
		<link>http://www.randytroppmann.com/2009/07/06/as3-casting-string-to-number/comment-page-1/#comment-106</link>
		<dc:creator>senocular</dc:creator>
		<pubDate>Mon, 06 Jul 2009 20:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.randytroppmann.com/?p=394#comment-106</guid>
		<description>the &quot;as&quot; operator isn&#039;t a conversion function like the others.  It checks to see if the value used with as is of the type supplied.  If so, that value is returned.  If not, null is returned.  If null is returned, the actual resulting variable value can differ depending on its type since, for example, Number-typed variables cannot be null, only numeric values and NaN (likely null would be converted to 0).</description>
		<content:encoded><![CDATA[<p>the &#8220;as&#8221; operator isn&#8217;t a conversion function like the others.  It checks to see if the value used with as is of the type supplied.  If so, that value is returned.  If not, null is returned.  If null is returned, the actual resulting variable value can differ depending on its type since, for example, Number-typed variables cannot be null, only numeric values and NaN (likely null would be converted to 0).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS3 casting String to Number? &#124; Adobe Tutorials</title>
		<link>http://www.randytroppmann.com/2009/07/06/as3-casting-string-to-number/comment-page-1/#comment-105</link>
		<dc:creator>AS3 casting String to Number? &#124; Adobe Tutorials</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.randytroppmann.com/?p=394#comment-105</guid>
		<description>[...] Converting FlashVars parameters to properties is an example of where you are forced to deal with strings and sometimes these values need to be numbers. I have been annoyed with with my own inconsistencies with how I test to see if the FlashVar casts correctly or should be rejected (because it had a character other than a number in the string).  Originally posted here:  AS3 casting String to Number? [...]</description>
		<content:encoded><![CDATA[<p>[...] Converting FlashVars parameters to properties is an example of where you are forced to deal with strings and sometimes these values need to be numbers. I have been annoyed with with my own inconsistencies with how I test to see if the FlashVar casts correctly or should be rejected (because it had a character other than a number in the string).  Originally posted here:  AS3 casting String to Number? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

