Contents  Index  
──────────────────────────────────────────────────────────────────────────────
Returns a string of spaces.

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

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

See Also    SPC    STRING$
──────────────────────────────────────────────────────────────────────────────
 © Copyright Microsoft Corporation, 1987-1992. All rights reserved.
   Converted from qbasic.hlp with DosHelp/HelpConvert