Multidimensional Array Sort function in VB Script description
This function will sort an array. It will reorder all the information in each row of the array so that the selected column of the array is sorted. The first row of the array is used to decide what variable types are being used for the sort column. I use this in many of my sites where I have to pull back encrypted data from the database. I decrypt the data with an Active X object inside of the ASP script then place all the data into an array. Once the data is in the array I can sort it and display it to the user. Future enhancements to this function will include the ability to select which column of the array you would like to sort on. This function has been very popular so I am keeping an up to date version of it on our business site.
File List:
arraysort.inc
3Kb
Similar code
Array Sort
(Popularity: ) : This is a little example that show how to sort an array with vb scripting. ADO Recordset Paging Wrapper
(Popularity: ) : Break down large recordsets into simple pages without all of the math work! This simple class acts as a wrapper to hide the grunt-work of the ADO Recordset paging feature. PageSize and AbsolutePage are handled on the backend, and exposed ... MP3 file sorter
(Popularity: ) : Do you have a large collection of MP3 files dumped in a directory somewhere? This script will guess the artists name and copy the file into that directory. It will also tidyup filenames removing those silly characters and as a ...