Login   /   Register

Sorting a String Array

Rate this article
     4 votes, average: 4 out of 54 votes, average: 4 out of 54 votes, average: 4 out of 54 votes, average: 4 out of 54 votes, average: 4 out of 5
Loading ... Loading ...
April 2nd, 2008 by daniva

Google Search Results

You arrived here after searching for the following phrases:

Click a phrase to jump to the first occurrence, or return to the search results.

Sorting arrays in VBScript has never been easy; that’s because VBScript doesn’t have a sort command of any kind. In turn, that always meant that VBScript were forced to write their own sort routines, be that a bubble sort, a heap sort, a quicksort, or some other type of sorting algorithm.

But that was before the advent of the .NET Framework. If you have the .NET Framework installed on your computer then you can sort an array using code no more complicated than this:

The content you are accessing is for registered users only
Registeration is FREE, quick and private.
You can either Register or Login if you have already registered

Posted in Arrays, Collections.ArrayList

2 Responses to “Sorting a String Array”

  1. wssgily Says:

    [-]

    very useful.thanks

  2. ambareesh Says:

    [-]

    a very useful article. Thnks for posting this.

Leave a Reply

You must be logged in to post a comment.

This article was viewed 1712 times