<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/csv2array/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/csv2array/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 19 Jul 2013 04:14:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/csv2array/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by John</title><link>https://sourceforge.net/p/csv2array/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,11 +3,10 @@
 To use, download CSV2Array from the Files section of this page.  Usage information is located in the CSV2ArrayUsage.txt file.

 If you find this class useful, then please consider a donation.
-&lt;div class="center"&gt;
-&lt;center&gt;&lt;/center&gt;&lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"&gt;
+
+&lt;/form&gt;&lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"&gt;
 &lt;input name="cmd" type="hidden" value="_s-xclick" /&gt;
 &lt;input name="hosted_button_id" type="hidden" value="87XWZ9X6248FY" /&gt;
 &lt;input alt="PayPal - The safer, easier way to pay online!" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /&gt;
 &lt;img alt="" border="0" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" rel="nofollow" /&gt;
-&lt;/form&gt;
-&lt;/div&gt;
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Fri, 19 Jul 2013 04:14:52 -0000</pubDate><guid>https://sourceforge.net631f6e51d177a4bb3e332309a7ddef32a6c259ca</guid></item><item><title>Home modified by John</title><link>https://sourceforge.net/p/csv2array/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,13 +2,12 @@

 To use, download CSV2Array from the Files section of this page.  Usage information is located in the CSV2ArrayUsage.txt file.

-If you find this class useful, then please consider a [donation](http://csv2array.sourceforge.net/donate)
-
-
-&lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"&gt;
+If you find this class useful, then please consider a donation.
+&lt;div class="center"&gt;
+&lt;center&gt;&lt;/center&gt;&lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"&gt;
 &lt;input name="cmd" type="hidden" value="_s-xclick" /&gt;
 &lt;input name="hosted_button_id" type="hidden" value="87XWZ9X6248FY" /&gt;
 &lt;input alt="PayPal - The safer, easier way to pay online!" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /&gt;
 &lt;img alt="" border="0" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" rel="nofollow" /&gt;
-&lt;/form&gt;
-
+&lt;/div&gt;&lt;/form&gt;
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Fri, 19 Jul 2013 04:13:45 -0000</pubDate><guid>https://sourceforge.net40592df1c478a61b918302f6fa35ac5025264649</guid></item><item><title>Home modified by John</title><link>https://sourceforge.net/p/csv2array/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,3 +3,12 @@
 To use, download CSV2Array from the Files section of this page.  Usage information is located in the CSV2ArrayUsage.txt file.

 If you find this class useful, then please consider a [donation](http://csv2array.sourceforge.net/donate)
+
+
+&lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"&gt;
+&lt;input name="cmd" type="hidden" value="_s-xclick" /&gt;
+&lt;input name="hosted_button_id" type="hidden" value="87XWZ9X6248FY" /&gt;
+&lt;input alt="PayPal - The safer, easier way to pay online!" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /&gt;
+&lt;img alt="" border="0" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" rel="nofollow" /&gt;
+&lt;/form&gt;
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Fri, 19 Jul 2013 04:10:25 -0000</pubDate><guid>https://sourceforge.netd23a9f1c7f7be3545913d71ba627801a4cc24a71</guid></item><item><title>Home modified by John</title><link>https://sourceforge.net/p/csv2array/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,5 @@
-Welcome to your wiki!
+This class will allow users to quickly load a CSV into a two dimensional array using a single function.  Upon doing so, users can quickly manipulate the data in memory much faster than working directly with the CSV files.  No connection strings are required.  CSV2Array allows the loading of multiple CSV files into a single program.  Current functions include the ability to load the file into an array, seek out information in the array and to write any two-dimensional array to a CSV file with the delimiter and filename of your choice.  All functions in the class contain detailed usage information.  More functions will be added in the near future.  Written in Visual Basic using Visual Studio 10.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+To use, download CSV2Array from the Files section of this page.  Usage information is located in the CSV2ArrayUsage.txt file.

-The wiki uses [Markdown](/p/csv2array/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
-[[download_button]]
+If you find this class useful, then please consider a [donation](http://csv2array.sourceforge.net/donate)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Fri, 19 Jul 2013 04:06:05 -0000</pubDate><guid>https://sourceforge.net016e3215795e972231f0e2247359c8dec35943c3</guid></item><item><title>Home modified by John</title><link>https://sourceforge.net/p/csv2array/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/csv2array/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/jskjj/"&gt;John&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-51e8a7d8c4314306357679b3" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Fri, 19 Jul 2013 02:43:36 -0000</pubDate><guid>https://sourceforge.net76678c4a81351ea82fd03c8692d8bce98a307a3e</guid></item></channel></rss>