<?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: How to Determine if an Object is an Array</title>
	<atom:link href="http://halr9000.com/article/678/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/678</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Thu, 17 May 2012 06:21:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/678/comment-page-1#comment-6999</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Mon, 12 Jan 2009 19:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/678#comment-6999</guid>
		<description>Eric,

Yup, I just wanted to show everyone the &quot;long version&quot; and to see the thinking behind why you would want to do it this way.  The link you gave does the same thing as mine (and Doug&#039;s version), but it uses a type shortcut or type accelerator to save some typing.  Here&#039;s some others: 

http://blogs.msdn.com/powershell/archive/2006/07/12/663540.aspx</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>Yup, I just wanted to show everyone the &#8220;long version&#8221; and to see the thinking behind why you would want to do it this way.  The link you gave does the same thing as mine (and Doug&#8217;s version), but it uses a type shortcut or type accelerator to save some typing.  Here&#8217;s some others: </p>
<p><a href="http://blogs.msdn.com/powershell/archive/2006/07/12/663540.aspx" rel="nofollow">http://blogs.msdn.com/powershell/archive/2006/07/12/663540.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://halr9000.com/article/678/comment-page-1#comment-6998</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 12 Jan 2009 19:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/678#comment-6998</guid>
		<description>Searching on the vbscript command IsArray(), I stumbled on the Microsoft site that provides tricks for rewritting this older scripts in PowerShell. 

http://www.microsoft.com/technet/scriptcenter/topics/winpsh/convert/isarray.mspx</description>
		<content:encoded><![CDATA[<p>Searching on the vbscript command IsArray(), I stumbled on the Microsoft site that provides tricks for rewritting this older scripts in PowerShell. </p>
<p><a href="http://www.microsoft.com/technet/scriptcenter/topics/winpsh/convert/isarray.mspx" rel="nofollow">http://www.microsoft.com/technet/scriptcenter/topics/winpsh/convert/isarray.mspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://halr9000.com/article/678/comment-page-1#comment-6997</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sat, 10 Jan 2009 20:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/678#comment-6997</guid>
		<description>Hal, nice function, here it is with 23 less characters.

function Test-Array { $args[0] -is [array] }</description>
		<content:encoded><![CDATA[<p>Hal, nice function, here it is with 23 less characters.</p>
<p>function Test-Array { $args[0] -is [array] }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

