space( )
Returns a specified number of space characters.
Syntax
<oRef>.space(<expN>)
<oRef>
A reference to a String object.
<expN>
The number of spaces you want to return.
Property of
String
Description
Other than the syntactic difference of being a method instead of a function, this method behaves identically to the SPACE( ) function.