Home > lang > space 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Space$
Syntax
String = Space$ ( Length AS Integer )

Returns a string containing Length spaces.

Examples

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

<        >

See also

String Functions