Space$ Function
Language Items List
Definition:
Returns a string that contains a specified number of spaces.
Syntax:
Space$(number)
Syntax Description
number Any numeric expression, however, it is always rounded to a Long.
Details:
Space$ returns a String.
The argument number specifies the number of spaces you want in the string that is returned.
See Also:
String, String$ Function