space$()

与えられた数の空白の文字列を戻す。
$は省略可能
.

文形式:
string = space$( number )
string = space( number )

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

参照: string$()