<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/asp/tags/array</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 20:45:25 GMT</pubDate>
<item>
<title>(ASP) ASP Shuffle Array - elightbo</title>
<link>http://snipplr.com/view/30972/asp-shuffle-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 06 Apr 2010 10:42:33 GMT</pubDate>
<guid>http://snipplr.com/view/30972/asp-shuffle-array/</guid>
</item>
<item>
<title>(ASP) Are Arrays Equal - jlvallelonga</title>
<link>http://snipplr.com/view/25783/are-arrays-equal/</link>
<description><![CDATA[ <p>This function checks to see if two arrays are equal</p> ]]></description>
<pubDate>Thu, 31 Dec 2009 12:56:39 GMT</pubDate>
<guid>http://snipplr.com/view/25783/are-arrays-equal/</guid>
</item>
<item>
<title>(ASP) display array - jlvallelonga</title>
<link>http://snipplr.com/view/20266/display-array/</link>
<description><![CDATA[ <p>this procedure displays the passed array</p> ]]></description>
<pubDate>Fri, 25 Sep 2009 14:13:25 GMT</pubDate>
<guid>http://snipplr.com/view/20266/display-array/</guid>
</item>
<item>
<title>(ASP) remove value from array - jlvallelonga</title>
<link>http://snipplr.com/view/20265/remove-value-from-array/</link>
<description><![CDATA[ <p>This function returns the array with all instances of the specified value removed</p> ]]></description>
<pubDate>Fri, 25 Sep 2009 14:11:22 GMT</pubDate>
<guid>http://snipplr.com/view/20265/remove-value-from-array/</guid>
</item>
<item>
<title>(ASP) contains value - jlvallelonga</title>
<link>http://snipplr.com/view/20264/contains-value/</link>
<description><![CDATA[ <p>This function returns whether or not the value was found in the array</p> ]]></description>
<pubDate>Fri, 25 Sep 2009 11:44:12 GMT</pubDate>
<guid>http://snipplr.com/view/20264/contains-value/</guid>
</item>
<item>
<title>(ASP) Testing for Empty Arrays - wizard04</title>
<link>http://snipplr.com/view/19558/testing-for-empty-arrays/</link>
<description><![CDATA[ <p>Checks if an array has been initialized, even if it is a dynamic array.</p> ]]></description>
<pubDate>Fri, 11 Sep 2009 11:46:40 GMT</pubDate>
<guid>http://snipplr.com/view/19558/testing-for-empty-arrays/</guid>
</item>
<item>
<title>(ASP) Reversing Arrays in ASP - neal_grosskopf</title>
<link>http://snipplr.com/view/5878/reversing-arrays-in-asp/</link>
<description><![CDATA[ <p>ASP does not have a built in function to reverse or sort array like other languages. Find out how to do it.</p> ]]></description>
<pubDate>Tue, 15 Apr 2008 20:27:32 GMT</pubDate>
<guid>http://snipplr.com/view/5878/reversing-arrays-in-asp/</guid>
</item>
<item>
<title>(ASP) ASP initialize two-dimensional array - elightbo</title>
<link>http://snipplr.com/view/1537/asp-initialize-twodimensional-array/</link>
<description><![CDATA[ <p>what a pain!!!

You can only resize the secomd dimension of an array once initialized. 

Oh, and no sort function.</p> ]]></description>
<pubDate>Fri, 03 Nov 2006 14:09:00 GMT</pubDate>
<guid>http://snipplr.com/view/1537/asp-initialize-twodimensional-array/</guid>
</item>
<item>
<title>(ASP) ASP sort multi-dimensional array - elightbo</title>
<link>http://snipplr.com/view/1536/asp-sort-multidimensional-array/</link>
<description><![CDATA[ <p>'==--------------------------------------------------------==
  '== Sort a 2 dimensional array on SortField                ==
  '==                                                        ==
  '== This procedure is adapted from the algorithm given in: ==
  '==    ~ Data Abstractions &amp; Structures using C++ by ~     ==
  '==    ~ Mark Headington and David Riley, pg. 586    ~     ==
  '== Quicksort is the fastest array sorting routine for     ==
  '== unordered arrays.  Its big O is  n log n               ==
  '==                                                        ==
  '== Parameters:                                            ==
  '== vec       - array to be sorted                         ==
  '== SortField - The field to sort on (2nd dimension value) ==
  '== loBound and hiBound are simply the upper and lower     ==
  '==   bounds of the array's 1st dimension.  It's probably  ==
  '==   easiest to use the LBound and UBound functions to    ==
  '==   set these.                                           ==
  '==--------------------------------------------------------==</p> ]]></description>
<pubDate>Fri, 03 Nov 2006 14:03:10 GMT</pubDate>
<guid>http://snipplr.com/view/1536/asp-sort-multidimensional-array/</guid>
</item>
</channel>
</rss>