Search results for query: *

  1. I

    Sorting Multi-dimensional Arrays

    Awesome, this helps a ton! Yes, origionally I am pulling the data from a database. Thanks guys for all your help Chris
  2. I

    Sorting Multi-dimensional Arrays

    Not sure if the sortedlist will work for me because I have many entries. I have multiple entries that look something like FName, LName, SSNum, DHired, Wage If I had 20 records, how could I sort by SSNum, or DHired etc etc. Thanks for all the feedback. Chris
  3. I

    Sorting Multi-dimensional Arrays

    I have an Array similiar to Dim PersonNameAge(1,4) As String PersonNameAge(0,0) = "Chris" PersonNameAge(0,1) = "Jason" PersonNameAge(0,2) = "Shawn" PersonNameAge(0,3) = "Pete" PersonNameAge(0,4) = "Keith" PersonNameAge(1,0) = "28" PersonNameAge(1,1) = "21" PersonNameAge(1,2) = "26"...
Back
Top