Space$

String = Space$ ( Length AS Integer )

Returns a string containing Length spaces.

Examples

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

See also