Futurebasic/Language/Reference/spacestring
Appearance
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$