space$()

Returns string built of a number of spaces. You can omit the dollar character so you can alternatively write it as space()
.

Syntax
string = space$( number )
string = space( number )

Example
' Set s to " " (three spaces)
s = space$( 5 )

See also string$() command.