Space$

String = Space$ ( Length )

Returns a string containing Length spaces.


Example

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

<        >


See also

LTrim$ | Left$ | Lower$ / LCase$ | Mid$ | RTrim$ | Replace$ | Right$ | Space$ | Split | String$ | Subst$ | Trim$ | Upper$ / UCase$


Previous: Sin Next: Space$