Use the Space and String to create a string having a single character repeated N times.
Dim fiveSpaces, tenDots
fiveSpaces = Space( 5 )
tenDors = String( 10, "." )
Posted in VBScript
You must be logged in to post a comment.
System.IO.DirectoryInfo class exposes instance methods for creating, moving, and enumerating through ...
Recent Comments