Okay so I have couple of questions about lists in vb.. Please be aware that it's all related to integers only no strings or others
- How to sum values of a list?
- How to sort values of list from highest to lowest?
Also how would I display list values in a message box vertically?
Example:
...........Message Box............
.1
.2
.3
.4
.5
.6
..................................
I appreciate any answers.. And please let me know if you need further information.