<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/wordpress-mu-1.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Discussion on: Using error control in a vbscript to recover from odd errors</title>
	<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/using-error-control-in-a-vbscript-to-recover-from-odd-errors/</link>
	<description></description>
	<pubDate>Mon, 07 Jul 2008 01:35:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.1</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>
		<author>Jlees</author>
		<pubDate>Mon, 10 Mar 2008 15:38:48 +0000</pubDate>
		<guid>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>
