i am doing an assignment in vb.net. i have to select at random from and array what i have is
dim country(29) as string
dim random as new random
txtcountry.text = random.next(cou ntry)
I keep getting that this error
1-demensional array string cannot be converted to integer
can anyone help?
thanks
dim country(29) as string
dim random as new random
txtcountry.text = random.next(cou ntry)
I keep getting that this error
1-demensional array string cannot be converted to integer
can anyone help?
thanks
Comment