OK, lets say I got an Array which contains numbers from 0 to 255.....
like:
Dim MyArray(50) as byte
and it got values 4,4,4,7,6,3,230,100,2,1....n
now I want a code which calculate what number occur most... in this case it would be 4.
Or is there a function for this ?
like:
Dim MyArray(50) as byte
and it got values 4,4,4,7,6,3,230,100,2,1....n
now I want a code which calculate what number occur most... in this case it would be 4.
Or is there a function for this ?