Question : Dim string * 9

Dim Response As String * 9
Dim Correct As String * 9
Dim Buffer As String * 128

Hi gurus
I want to convert this to this to vb.net, can somebody give some guideline?
Thanks,

Answer : Dim string * 9

Dim Response As String
Dim Correct As String
Dim Buffer As String
Random Solutions  
 
programming4us programming4us