FutureBasic Logo

<<    Index    >> FutureBasic

spc   function



Syntax
spc(numChars)

Description
When used with print or lprint, this outputs the number of spaces specified by numChars.

Example
print "Hello" spc(10) "out there."

program output:
Hello          out there.

See also
print; lprint; string$