SPACE$ function

Purpose:

SPACE$ returns a string of spaces (Windows Code Page code point 32).

Syntax:

RetStr = SPACE$(Length AS INTEGER)

Return Value:

  • Data type: STRING
    RetStr A string of spaces (Windows Code Page code point 32).

Parameters:

  • Data type: INTEGER
    Length The number of spaces to place in RetStr.

BCX Console Sample Programs using the SPACE$ function.