Futurebasic/Language/Reference/spacestring

SPACE$ edit

Syntax edit

stringOfSpaces$ = SPACE$(numChars)

Description edit

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

PRINT; STRING$