<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MDBitz Development Resources &#187; preserve</title>
	<atom:link href="http://resources.mdbitz.com/tags/preserve/feed/" rel="self" type="application/rss+xml" />
	<link>http://resources.mdbitz.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Nov 2010 14:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>A brief overview of Arrays and utility functions in Visual Basic</title>
		<link>http://resources.mdbitz.com/2010/03/a-brief-overview-of-arrays-and-utility-functions-in-visual-basic/</link>
		<comments>http://resources.mdbitz.com/2010/03/a-brief-overview-of-arrays-and-utility-functions-in-visual-basic/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 14:35:15 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Dynamic Array]]></category>
		<category><![CDATA[Fixed Length Array]]></category>
		<category><![CDATA[preserve]]></category>
		<category><![CDATA[ReDim]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1242</guid>
		<description><![CDATA[Arrays in Visual Basic are handled differently then their counter parts in Java, PHP, and Ruby. The first difference is that you specify array index by use of parenthesis not square brackets. Java Array Initialization String&#91;&#93; myArray = new String&#91;20&#93;; Visual Basic Array Initialization Dim myArray(19) As String Looking over the two arrays you may [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/03/a-brief-overview-of-arrays-and-utility-functions-in-visual-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

