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.
Use the Len Function to return the length of a string. str1 = "1234567890" Print ...
Recent Comments