Im just wonderin how you would sort integers by value? I got the sort to work, but it seems to sort by the order of the numbers instead of by their values. For example: I have the numbers 1, 1000, and 20. It would sort it for me like this: 1, 1000, then 20. When i really want to have it sort by their values so it would really be: 1, 20, 1000. I hope someone can help me with this.