SPACE( ) Function

Returns a character string composed of a specified number of spaces.

SPACE(nSpaces)

Return Values

Character

Parameters

  • nSpaces
    Specifies the number of spaces that SPACE( ) returns. The maximum value of nSpaces is limited only by memory in Microsoft Visual FoxPro.

See Also

PADC( ) | PADL( ) | PADR( ) | REPLICATE( )