Space[$](Len)
String
Return the string Len spaces long.
See Also: String$( ).
Sub Main Debug.Print ".";Space$(3);"." '". End Sub