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