Hello everyone

I have a question about an array of string and random.

I have an arry of string i.e
Dim testArrayString() As String = {"Orange", "Apple", "London", "Sydney", "anything"}

I want to show the each element of the above array randomly one by one in a message box....and also stores that randomly generated string from that array into an another variable... How would i do that... i have no clue

please help....

Thanks
Usman