alexander1113
Programmer
To whomever can assist,
Im trying to sort a 2 dimensional array by date. Can anyone help. so my array looks like this
'
array(0,0) = "John"
array(1,0) = "New York"
array(2,0) = "New York"
array(3,0) = "5/7/2004"
array(0,1) = "Steve"
array(1,1) = "Maryland"
array(2,1) = "Baltimore"
array(3,1) = "5/4/2004"
etc...
There's more records but you get the picture. Thanks in advance.
Im trying to sort a 2 dimensional array by date. Can anyone help. so my array looks like this
'
array(0,0) = "John"
array(1,0) = "New York"
array(2,0) = "New York"
array(3,0) = "5/7/2004"
array(0,1) = "Steve"
array(1,1) = "Maryland"
array(2,1) = "Baltimore"
array(3,1) = "5/4/2004"
etc...
There's more records but you get the picture. Thanks in advance.