Space$

String = Space$ ( Length )

Returns a string containing Length spaces.


Example

PRINT "<"; Space$(8); ">"

<        >