Create a string of repeated characters

 

 Dim a As String = StrDup(100, "*")

 

Guess you like

Origin www.cnblogs.com/rf8862/p/12327873.html