Quick SortMicrosoft didn't see fit to include a sort() function for VBScript. This package adds this overlooked function by providing two sorting routines. One sorts 1-dimensional arrays and the other sorts 2-dimensional arrays. Both sort functions are based on the quicksort algorithm.