Futurebasic/Language/Reference/spc

Syntax

edit

SPC(numChars)

Description

edit

When used with PRINT or LPRINT, this outputs the number of spaces specified by numChars.

Example

edit
PRINT "Hello" SPC(10) "out there."

program output:

Hello out there.

See Also

edit

PRINT; LPRINT; STRING$