Return a string consisting of a specified number of spaces.
Syntax Space(number) Key number The number of spaces to add to the string.
Example
wscript.echo "Hello" & Space(10) & "World" ' Insert 10 spaces between two strings.
“Who looks outside, dreams; who looks inside, awakes” ~ Carl Gustav Jung
Related:
LCase - Return String in lower case