Space

Return a string consisting of a specified number of spaces.

Syntax 
      Space(number)

Key
   number    The number of spaces to add to the string.

Examples

wscript.echo "Hello" & Space(10) & "World" ' Insert 10 spaces between two strings.

“Who looks outside, dreams; who looks inside, awakes” ~ Carl Gustav Jung

Related VBScript commands

LCase - Return String in lower case.


 
Copyright © 1999-2024 SS64.com
Some rights reserved