Site hosted by Angelfire.com: Build your free website today!
NAME
  SPACE$ Function

SYNOPSIS
  SPACE$(n%)
      o n%    The number of spaces you want in the string.

DESCRIPTION
  Returns a string of spaces.

  Example:
      FOR i% = 1 TO 5
          x$ = SPACE$ (i%)
          PRINT x$; i%
      NEXT i%

SEE ALSO
  SPC STRING$