Public Sub QuickSortArray(ByRef SortArray As Variant, _
Optional lngMin As Long = -1, _
Optional lngMax As Long = -1, _
...
VB.NET Reverse a VBA sorter
by https://www.google.com/accounts/o8/id?id=AItOawlnEdwkKfBeo4dr8z-lFGJGbJTlVlMWFgE,
November 25, 2011 11:29,
1 refactoring, tagged with sort, vba, advanced
#!/usr/bin/env ruby -wKU def array_sort some_array temp_array = Array.new ...
Ruby Learning to write my own so...
With the existance of the s...
def ask_words array = [] puts 'Enter words, blank row quits.' ...
Ruby Method for sorting
This is exercise from Chris...
require 'csv' def sort_csv(filename, fields = ["ID"], reverse = false) ...
Ruby Ruby Custom Sort
I had this question recentl...
This sub sorts from low to ...