I have an array (x,y,value1, value2, value3), where x and y are screen coordinates and have certain calculated values. Moving around the screen, certain points will be assigned values (others not) and then moved to a list. The list will then contain all three values plus the coordinates and has to be sorted according to value3.
What is the best way to store in the list?
Thanks for any help.
What is the best way to store in the list?
Thanks for any help.
Last edited: