Function reference
Builds a string of the specified length whose value consists of spaces.

Space ( n ) | Argument | Description | |n | A long whose value is the length of the string you want filled with spaces.

Data type: String
Returns a string filled with n spaces.

Example 1
This expression returns 10 spaces
Space(10)

Last modified: 23 May 2021