<?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>CodeItBetter Programming &#187; Arrays, Collections, Lists</title>
	<atom:link href="http://www.codeitbetter.com/category/visual-basic-6-arrays-collections-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeitbetter.com</link>
	<description>Another VB Programming Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to sort data and remove duplicates.</title>
		<link>http://www.codeitbetter.com/how-to-sort-data-and-remove-duplicates/</link>
		<comments>http://www.codeitbetter.com/how-to-sort-data-and-remove-duplicates/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 23:32:44 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Arrays, Collections, Lists]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[duplicates]]></category>
		<category><![CDATA[how to programs]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb6]]></category>
		<category><![CDATA[visual basic examples]]></category>
		<category><![CDATA[visual basic net programming]]></category>
		<category><![CDATA[visual basic source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-sort-data-and-remove-duplicates/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 'Arrays, Collections, Lists - How to sort data and remove duplicates. Public Sub pRemoveDuplicatesFromStringArray(ByRef StrArray() As String) Dim lLower As Long, lUpper As Long [...]<p><a href="http://www.codeitbetter.com/how-to-sort-data-and-remove-duplicates/">How to sort data and remove duplicates.</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-sort-data-and-remove-duplicates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to replace an item in a collection</title>
		<link>http://www.codeitbetter.com/how-to-replace-an-item-in-a-collection/</link>
		<comments>http://www.codeitbetter.com/how-to-replace-an-item-in-a-collection/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 11:43:24 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Arrays, Collections, Lists]]></category>
		<category><![CDATA[activex form]]></category>
		<category><![CDATA[activex visual basic 6]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[source codes]]></category>
		<category><![CDATA[vb database code]]></category>
		<category><![CDATA[vb6 source code]]></category>
		<category><![CDATA[visual basic 6 source]]></category>
		<category><![CDATA[visual basic 6.0 tutorials]]></category>
		<category><![CDATA[visual basic programming]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-replace-an-item-in-a-collection/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 'Arrays, Collections, Lists - How to replace an item in a collection 'Collections don't allow you to modify the value of an item. If you want to 'change the value of an item, you must first delete [...]<p><a href="http://www.codeitbetter.com/how-to-replace-an-item-in-a-collection/">How to replace an item in a collection</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-replace-an-item-in-a-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove all the items in a collection</title>
		<link>http://www.codeitbetter.com/how-to-remove-all-the-items-in-a-collection/</link>
		<comments>http://www.codeitbetter.com/how-to-remove-all-the-items-in-a-collection/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 23:32:31 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Arrays, Collections, Lists]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[basic database code]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[sample visual basic 6]]></category>
		<category><![CDATA[tips visual basic]]></category>
		<category><![CDATA[vb net programs]]></category>
		<category><![CDATA[vb source]]></category>
		<category><![CDATA[visual basic 6 simple]]></category>
		<category><![CDATA[visual basic 6 source]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-remove-all-the-items-in-a-collection/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 'Arrays, Collections, Lists - How to remove all the items in a collection 'collections don't offer a native way to remove all the items in a single 'operation, so you're forced to write a loop. [...]<p><a href="http://www.codeitbetter.com/how-to-remove-all-the-items-in-a-collection/">How to remove all the items in a collection</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-remove-all-the-items-in-a-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove items from a Collection object</title>
		<link>http://www.codeitbetter.com/how-to-remove-items-from-a-collection-object/</link>
		<comments>http://www.codeitbetter.com/how-to-remove-items-from-a-collection-object/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 23:31:11 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Arrays, Collections, Lists]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code bank]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[how to vb6]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[microsoft access visual basic]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[source code asp net]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[visual basic database code]]></category>
		<category><![CDATA[visual basic help]]></category>
		<category><![CDATA[visual basic routines]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-remove-items-from-a-collection-object/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 'Arrays, Collections, Lists - How to remove items from a Collection object 'You can remove items from a Collection object using the Remove method; 'this method accepts either a numeric index or a string key: ' Remove the Marketing Boss. EmployeeNames.Remove &#34;Marketing&#34; &#160; 'If the key [...]<p><a href="http://www.codeitbetter.com/how-to-remove-items-from-a-collection-object/">How to remove items from a Collection object</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-remove-items-from-a-collection-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find out the number of items in the collection</title>
		<link>http://www.codeitbetter.com/how-to-find-out-the-number-of-items-in-the-collection/</link>
		<comments>http://www.codeitbetter.com/how-to-find-out-the-number-of-items-in-the-collection/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 11:34:14 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Arrays, Collections, Lists]]></category>
		<category><![CDATA[activex application]]></category>
		<category><![CDATA[activex how to]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how to library]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[out]]></category>
		<category><![CDATA[sample code library]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[visual basic 6 simple]]></category>
		<category><![CDATA[visual basic 6 source code]]></category>
		<category><![CDATA[visual basic tools]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-find-out-the-number-of-items-in-the-collection/</guid>
		<description><![CDATA[1 2 3 4 'Arrays, Collections, Lists - How to find out the number of items in the collection ' Retrieve the last item in the EmployeeNames collection. ' Note that collections are one-based. Debug.Print EmployeeNames.Item(EmployeeNames.count) How to find out the number of items in the collection is a post from: CodeItBetter Programming<p><a href="http://www.codeitbetter.com/how-to-find-out-the-number-of-items-in-the-collection/">How to find out the number of items in the collection</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-find-out-the-number-of-items-in-the-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/48 queries in 0.312 seconds using disk: basic
Object Caching 1081/1221 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 10:30:01 -->
