Hi,

I want to find the maximum repeted text in a single array

Example

Array (0) = A

Array (1) = B

Array (2) = C

Array (3) = A

Array (4) = A

Array (5) =B

From the above array : "A" is the maximum text.


The answer should be "A"


Please help to find out through visual basic 6.0