Space Function

Syntax:

Space[$](Len)

Group:

String

Description: 

Returns the string Len spaces long.

Parameters:

Parameter

Description

Len

 Create a string this many spaces long.

Example:

Sub Main
  Debug.Print ".";Space$(3);"." '". ."
End
Sub

See Also:

String$( )