I've the next variable:
In a textbox I introduce numbers from 0 to 50 and I want that in a TextBox appears the most repeated 10 numbers in a descending order.
Code:
Dim MyNumbers(0 to 50) as Integer