gorilla1
03-01-2003, 06:34 AM
I have a file with names in it and number of votes received. So each row is: name .... number of votes
I would like to display that as a list with the top vote getter first and then on down in descending order. I have seen sort functions around for multi-dimensional arrays. But I'm not even sure how to get the data into a multi-dimensional array. Do I have to declare it as Dim array(x,y) or something similar? Is there a straightforward way to do this?
G
I would like to display that as a list with the top vote getter first and then on down in descending order. I have seen sort functions around for multi-dimensional arrays. But I'm not even sure how to get the data into a multi-dimensional array. Do I have to declare it as Dim array(x,y) or something similar? Is there a straightforward way to do this?
G