<?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 for Syntax Notes @ LongLiveTheMonkey.com</title>
	<atom:link href="http://www.longlivethemonkey.com/syntaxnotes/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.longlivethemonkey.com/syntaxnotes</link>
	<description>notes, how to&#039;s, tutorials, problem solving in COMPUTER SCIENCE</description>
	<lastBuildDate>Mon, 07 Dec 2009 17:03:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Assigning Values To An Array Doesn&#8217;t Work In Included File In ASP (VBScript) by Ricky</title>
		<link>http://www.longlivethemonkey.com/syntaxnotes/?p=14&#038;cpage=1#comment-11</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Mon, 07 Dec 2009 17:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.longlivethemonkey.com/syntaxnotes/?p=14#comment-11</guid>
		<description>Since you are using an ASPX page, wouldn&#039;t this be VB.NET, not VBScript?

Your code example works just fine for me in VBScript.

But in VB.NET you could either use the system array, like this:

Dim cfg_media_types_array() As String = {&quot;CD&quot;, &quot;Floppy&quot;, &quot;DVD&quot;, &quot;Other&quot;}

Or you could take advantage of the other collection classes from the framework such as ArrayList: http://msdn.microsoft.com/en-us/library/system.collections.arraylist.aspx.</description>
		<content:encoded><![CDATA[<p>Since you are using an ASPX page, wouldn&#8217;t this be VB.NET, not VBScript?</p>
<p>Your code example works just fine for me in VBScript.</p>
<p>But in VB.NET you could either use the system array, like this:</p>
<p>Dim cfg_media_types_array() As String = {&#8220;CD&#8221;, &#8220;Floppy&#8221;, &#8220;DVD&#8221;, &#8220;Other&#8221;}</p>
<p>Or you could take advantage of the other collection classes from the framework such as ArrayList: <a href="http://msdn.microsoft.com/en-us/library/system.collections.arraylist.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.collections.arraylist.aspx</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Displaying Quotes In Alerts Using JavaScript And PHP by admin</title>
		<link>http://www.longlivethemonkey.com/syntaxnotes/?p=65&#038;cpage=1#comment-8</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 Oct 2009 19:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.longlivethemonkey.com/syntaxnotes/?p=65#comment-8</guid>
		<description>&lt;a href=&quot;#comment-7&quot; class=&quot;at-regular&quot; rel=&quot;nofollow&quot;&gt;@Polprav&lt;/a&gt; 
Sure, anyone can.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7" class="at-regular" rel="nofollow">@Polprav</a><br />
Sure, anyone can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Displaying Quotes In Alerts Using JavaScript And PHP by Polprav</title>
		<link>http://www.longlivethemonkey.com/syntaxnotes/?p=65&#038;cpage=1#comment-7</link>
		<dc:creator>Polprav</dc:creator>
		<pubDate>Fri, 23 Oct 2009 04:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.longlivethemonkey.com/syntaxnotes/?p=65#comment-7</guid>
		<description>Hello from Russia!
Can I quote a post in your blog with the link to you?</description>
		<content:encoded><![CDATA[<p>Hello from Russia!<br />
Can I quote a post in your blog with the link to you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

