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

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment