Wally, Have a look at the Microsoft.VisualBasic.Strings.StrDup function, which supports both String & Char. Dim str As String str = StrDup(5, "x"c)
確定! 回上一頁