Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27376

VS 2010 [RESOLVED] Sorting an array and showing it in descending order

$
0
0
I've the next variable:
Code:

Dim MyNumbers(0 to 50) as Integer
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.

Viewing all articles
Browse latest Browse all 27376

Trending Articles