Futurebasic/Language/Reference/spacestring

From Wikibooks, open books for an open world
Jump to navigation Jump to search

SPACE$[edit | edit source]

Syntax[edit | edit source]

stringOfSpaces$ = SPACE$(numChars)

Description[edit | edit source]

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[edit | edit source]

PRINT; STRING$