<?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"
	>
<channel>
	<title>Comments on: Flex Tip of the Day: varargs in AS3</title>
	<atom:link href="http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/</link>
	<description>en route to a "richer" Internet</description>
	<pubDate>Thu, 20 Nov 2008 20:57:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: barry.b</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-2401</link>
		<dc:creator>barry.b</dc:creator>
		<pubDate>Mon, 20 Aug 2007 05:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-2401</guid>
		<description>how about (using the ugly way VB used to pass optional parameters):

myfunction(arg1, arg2, , ard4);

// in other words, arg3 is a default and is not passed but arg4 is required.</description>
		<content:encoded><![CDATA[<p>how about (using the ugly way VB used to pass optional parameters):</p>
<p>myfunction(arg1, arg2, , ard4);</p>
<p>// in other words, arg3 is a default and is not passed but arg4 is required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1447</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Fri, 27 Jul 2007 21:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1447</guid>
		<description>Hi Borna,

I'm glad you like the content i post here .. keep visiting :)</description>
		<content:encoded><![CDATA[<p>Hi Borna,</p>
<p>I&#8217;m glad you like the content i post here .. keep visiting <img src='http://weblog.mrinalwadhwa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: borna</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1409</link>
		<dc:creator>borna</dc:creator>
		<pubDate>Wed, 25 Jul 2007 19:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1409</guid>
		<description>so good, so far.
great tip. I'm your new visitor from  far away you.</description>
		<content:encoded><![CDATA[<p>so good, so far.<br />
great tip. I&#8217;m your new visitor from  far away you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Guill</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1296</link>
		<dc:creator>Ryan Guill</dc:creator>
		<pubDate>Thu, 19 Jul 2007 14:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1296</guid>
		<description>great, thats what I thought.  thanks!  great tip</description>
		<content:encoded><![CDATA[<p>great, thats what I thought.  thanks!  great tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1295</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Thu, 19 Jul 2007 13:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1295</guid>
		<description>args is an array of objects ... so there will be no compile time error ... the programmer would need to take precautions to avoid such a situation ... checking the type to make sure its a number before adding it to sum would be the ideal way to go.</description>
		<content:encoded><![CDATA[<p>args is an array of objects &#8230; so there will be no compile time error &#8230; the programmer would need to take precautions to avoid such a situation &#8230; checking the type to make sure its a number before adding it to sum would be the ideal way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Guill</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1292</link>
		<dc:creator>Ryan Guill</dc:creator>
		<pubDate>Thu, 19 Jul 2007 13:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/19/flex-tip-of-the-day-varargs-in-as3/#comment-1292</guid>
		<description>How does your function define that the arguments must be of type Number?  Would it throw a compile error or a runtime error if I called average('foo','bar') ?</description>
		<content:encoded><![CDATA[<p>How does your function define that the arguments must be of type Number?  Would it throw a compile error or a runtime error if I called average(&#8217;foo&#8217;,'bar&#8217;) ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
