3 lines
93 B
VB.net
3 lines
93 B
VB.net
Debug.Print(StrDup(5, "x"))
|
|
Debug.Print("".PadRight(5, "x"))
|
|
Debug.Print("".PadLeft(5, "x"))
|