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