- Joined
- Sep 19, 2005
- Messages
- 169
I'm probably missing something very simple here... But basically I have some variables that are assigned to players. How can I find the highest income for an array variable. In my situation, the integer variable is called "Income", and each playing player is assigned a value based off their player number. How can I check to see which integer is the highest, which is the second, and so forth all the way till the lowest value? (The whole purpose is to sort a multiboard based off whoever is has the highest income)