自己写
Dim str As String = ""For i As Integer = 1 To 20 Dim idx As Integer = rand.Next(97, 122) str &= chr(idx)Nextmsgbox(str)