<?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: Using error control in a vbscript to recover from odd errors</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/using-error-control-in-a-vbscript-to-recover-from-odd-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/using-error-control-in-a-vbscript-to-recover-from-odd-errors/</link>
	<description></description>
	<pubDate>Mon, 09 Nov 2009 00:38:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jlees</title>
		<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/using-error-control-in-a-vbscript-to-recover-from-odd-errors/#comment-3</link>
		<dc:creator>Jlees</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/using-error-control-in-a-vbscript-to-recover-from-odd-errors/#comment-3</guid>
		<description>Answer for extra credit.

In the line:

Wscript.echo “Stepping through ‘Y’ from 1 to ” &#38; X

I never initialized (or used) value X in my script... it will always be 0 because I never set it, but if I were to use it somewhere in a subroutine (see my posting on this topic) it could cause me tons of problems and be a bear to debug.</description>
		<content:encoded><![CDATA[<p>Answer for extra credit.</p>
<p>In the line:</p>
<p>Wscript.echo “Stepping through ‘Y’ from 1 to ” &amp; X</p>
<p>I never initialized (or used) value X in my script&#8230; it will always be 0 because I never set it, but if I were to use it somewhere in a subroutine (see my posting on this topic) it could cause me tons of problems and be a bear to debug.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->