<?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: Getting type checking with ActionScript arrays</title>
	<atom:link href="http://probertson.com/articles/2005/03/17/strongly-typed-arrays/feed/" rel="self" type="application/rss+xml" />
	<link>http://probertson.com/articles/2005/03/17/strongly-typed-arrays/</link>
	<description>Thoughts on web development, user-centered design, code, etc. by Paul Robertson</description>
	<lastBuildDate>Tue, 02 Mar 2010 04:14:51 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jerry Carter</title>
		<link>http://probertson.com/articles/2005/03/17/strongly-typed-arrays/comment-page-1/#comment-57856</link>
		<dc:creator>Jerry Carter</dc:creator>
		<pubDate>Fri, 20 Mar 2009 13:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/03/17/actionscript-arrays-and-strong-typing/#comment-57856</guid>
		<description>Little update, I realize this is several years old, but with AS3, instanceof has been deprecated and replaced with &quot;is&quot;.

Thanks for the article though as I needed to know about instanceof to get to knowing about is!</description>
		<content:encoded><![CDATA[<p>Little update, I realize this is several years old, but with AS3, instanceof has been deprecated and replaced with &#8220;is&#8221;.</p>
<p>Thanks for the article though as I needed to know about instanceof to get to knowing about is!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://probertson.com/articles/2005/03/17/strongly-typed-arrays/comment-page-1/#comment-113</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 18 Sep 2005 12:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/03/17/actionscript-arrays-and-strong-typing/#comment-113</guid>
		<description>Typed Arrays have been added on MTASC CVS, see this post : http://lists.motion-twin.com/archives/mtasc/2005-September/016414.html</description>
		<content:encoded><![CDATA[<p>Typed Arrays have been added on MTASC CVS, see this post : <a href="http://lists.motion-twin.com/archives/mtasc/2005-September/016414.html" rel="nofollow">http://lists.motion-twin.com/archives/mtasc/2005-September/016414.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Wacker</title>
		<link>http://probertson.com/articles/2005/03/17/strongly-typed-arrays/comment-page-1/#comment-102</link>
		<dc:creator>Simon Wacker</dc:creator>
		<pubDate>Tue, 23 Aug 2005 12:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/03/17/actionscript-arrays-and-strong-typing/#comment-102</guid>
		<description>Hi Paul,

the as2lib TypedArray checks for the correct type at run-time by doing a simple instanceof check and throws an exception if the type of the value is wrong. This works only with non-dynamic access. If you for example do something like &quot;myArray[0] = &#039;myValue&#039;&quot;, type-checking won&#039;t work (I&#039;m working on a way to solve that).

btw. nice article indeed, it gives a good overview.

Greetings,
Simon</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>the as2lib TypedArray checks for the correct type at run-time by doing a simple instanceof check and throws an exception if the type of the value is wrong. This works only with non-dynamic access. If you for example do something like &#8220;myArray[0] = &#8216;myValue&#8217;&#8221;, type-checking won&#8217;t work (I&#8217;m working on a way to solve that).</p>
<p>btw. nice article indeed, it gives a good overview.</p>
<p>Greetings,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nodename</title>
		<link>http://probertson.com/articles/2005/03/17/strongly-typed-arrays/comment-page-1/#comment-101</link>
		<dc:creator>nodename</dc:creator>
		<pubDate>Tue, 23 Aug 2005 04:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/03/17/actionscript-arrays-and-strong-typing/#comment-101</guid>
		<description>&lt;strong&gt;C++ to AS2, 3: Arrays with Type Checking&lt;/strong&gt;

	Don&#8217;t want to lose this link; Paul Robertson treats this topic exhaustively:
	Getting Type Checking with ActionScript Arrays

...</description>
		<content:encoded><![CDATA[<p><strong>C++ to AS2, 3: Arrays with Type Checking</strong></p>
<p>	Don&#8217;t want to lose this link; Paul Robertson treats this topic exhaustively:<br />
	Getting Type Checking with ActionScript Arrays</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joan &#124; Garnet</title>
		<link>http://probertson.com/articles/2005/03/17/strongly-typed-arrays/comment-page-1/#comment-62</link>
		<dc:creator>Joan &#124; Garnet</dc:creator>
		<pubDate>Sun, 26 Jun 2005 09:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/03/17/actionscript-arrays-and-strong-typing/#comment-62</guid>
		<description>&lt;strong&gt;Arrays con type checking&lt;/strong&gt;

Haciendo la ruta mensual por los referers de este dominio he encontrado este buen blog Words, punctuated de Paul Robertson. Entre los artículos se presentaba uno interesante acerca de como coseguir tener colecciones que solo acepten datos de un solo...</description>
		<content:encoded><![CDATA[<p><strong>Arrays con type checking</strong></p>
<p>Haciendo la ruta mensual por los referers de este dominio he encontrado este buen blog Words, punctuated de Paul Robertson. Entre los artículos se presentaba uno interesante acerca de como coseguir tener colecciones que solo acepten datos de un solo&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erixtekila</title>
		<link>http://probertson.com/articles/2005/03/17/strongly-typed-arrays/comment-page-1/#comment-5</link>
		<dc:creator>erixtekila</dc:creator>
		<pubDate>Sat, 26 Mar 2005 13:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/articles/2005/03/17/actionscript-arrays-and-strong-typing/#comment-5</guid>
		<description>One word : thanks.
;¬p</description>
		<content:encoded><![CDATA[<p>One word : thanks.<br />
;¬p</p>
]]></content:encoded>
	</item>
</channel>
</rss>
