< Futurebasic < Language < Reference

SPACE$

Syntax

stringOfSpaces$ = SPACE$(numChars)

Description

Returns a string consisting of numChars space characters. numChars must be in the range 0 through 255. SPACE$(0) returns an empty (zero-length) string.

See Also

PRINT; STRING$

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.