Futurebasic/Language/Reference/spc

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

Syntax

[edit | edit source]

SPC(numChars)

Description

[edit | edit source]

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

Example

[edit | edit source]
PRINT "Hello" SPC(10) "out there."

program output:

Hello out there.

See Also

[edit | edit source]

PRINT; LPRINT; STRING$