P
Peter
Hi, I can't figure out how to convert this to VB.Net (without using a
horrible loop). The code below declares a string, then sets it to
"**********". Is there a method hiding somewhere to do this VB.Net?
Thank you
Peter
Dim s As String
s = String(10, "*")
horrible loop). The code below declares a string, then sets it to
"**********". Is there a method hiding somewhere to do this VB.Net?
Thank you
Peter
Dim s As String
s = String(10, "*")