SPACE
Produces desired number of spaces
Last updated
Was this helpful?
Produces desired number of spaces
SPACE(number)
Returns a string containing the number of repeated spaces
Input
Description
number
Number of spaces to fill string with
A string with specified number of spaces
SPACE(`3`) = " "Last updated
Was this helpful?
Was this helpful?