Space

This function creates a string consisting of a specified number of spaces.

Syntax

Space(number)

Parameters

number
Number of spaces in the string.

Return Values

Returns a string.

Remarks

Use the String function to generate a string of characters other than spaces.